django-dbsettings
django-dbsettings copied to clipboard
NOTE: this project is now maintained by @zlorf: https://github.com/zlorf/django-dbsettings/
I ran into this problem with adding dbsettings to my app. I believe i'm doing it in a non-standard way and the dbsettings code is making some assumptions. First here...
Django 1.9 compatibility
Line 4 of both templates should be: {% block extrastyle %}{{ block.super }}{% endblock %} You also need to load the adminmedia tags/filters. I'm not sure if this is because...