django-constance/constance
Jannis Leidel 1f958dc443 Make the config object lazy for old Djangos.
This should prevent import time side effects from instantiating the config object directly there.
2014-11-25 22:46:58 +01:00
..
backends Simplified settings. 2014-11-25 22:20:06 +01:00
locale Merge pull request #72 from wpj-cz/master 2014-08-07 15:43:22 -04:00
templates/admin/constance Fix padding in admin table. 2014-11-21 19:46:15 +01:00
templatetags Added an own static template tag, sigh. 2013-04-12 18:12:55 +02:00
__init__.py Make the config object lazy for old Djangos. 2014-11-25 22:46:58 +01:00
admin.py Raise an exception if an unsupported config type is used. 2014-11-21 20:29:11 +01:00
apps.py Be a good Python citizen and call super. 2014-11-25 22:20:18 +01:00
base.py Renamed config module to base to prevent ambiguity 2014-11-21 20:16:39 +01:00
context_processors.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
models.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
settings.py Simplified settings. 2014-11-25 22:20:06 +01:00
utils.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00