django-constance/constance
2013-01-19 20:32:36 +04:00
..
backends solved the unique key/index for the database backend 2012-06-05 16:05:14 +02:00
locale/de/LC_MESSAGES allow translation of the help_text and add german translations. 2012-02-17 16:35:48 +01:00
templates/admin/constance Merge branch 'master' of github.com:comoga/django-constance 2012-06-05 16:06:32 +02:00
__init__.py implemented the core functionality 2010-08-23 13:06:52 +02:00
admin.py 1.5 compatibility‎ (meta.swapped) 2013-01-19 20:32:36 +04:00
config.py __dir__ in config.py now return list 2011-09-21 22:18:05 +08:00
context_processors.py Added constance.context_processors.config for easy access to the values. 2010-11-10 04:25:46 +01:00
models.py Re-added empty models.py. 2010-12-11 16:49:09 +01:00
settings.py Enabled database backend to properly require a cache backend that works in cross-process environments. This adds an optional setting CONSTANCE_DATABASE_CACHE_BACKEND. 2010-12-11 16:43:31 +01:00
utils.py Abstracted constance backends to and added a cached database backend. Moved around the settings code and simplified the module loading. 2010-12-01 00:20:23 +01:00