Robert Moggach

Results 25 comments of Robert Moggach

`django.contrib.gis.geoip` was deprecated and upgraded to `django.contrib.gis.geoip2` so this needs a fix and pull request

for now i'm doing the following: ```python for k,v in user_cfg.items(): if k in base_cfg and base_cfg[k] != v: base_cfg.set(k,v) ```

"Sweet!" (in the most relevant to the issue sense)

did you take a look? here's an example of it being used... http://moggach.com/work/

**This would be a great addition.** There are some existing jquery plugins that allow for editing logical elements of a page. Specifically jEditable is a good example that supports markdown......

I didn't fully read the request. It wasn't about using the Edit Page for me... I also hadn't considered multiple users. I would say this is a few requests in...

Looks like this jquery plugin could be useful - would need to create an ajax view possibly for creating new tags... https://maxfavilli.com/jquery-tag-manager

Here you go! http://youtu.be/9k5YRxjP58Y

I've done a quick mockup of an example that would be well received - obviously use the bootswatch themes out of the box instead of trying to build to this...

I believe that example should answer a lot of questions that aren't answered in the docs so well worth it.