django-dbsettings icon indicating copy to clipboard operation
django-dbsettings copied to clipboard

NOTE: this project is now maintained by @zlorf: https://github.com/zlorf/django-dbsettings/

Results 4 django-dbsettings issues
Sort by recently updated
recently updated
newest added

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...

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...