This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-constance
Watch
1
Star
0
Fork
You've already forked django-constance
0
mirror of
https://github.com/jazzband/django-constance.git
synced
2026-03-28 04:00:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fa83c63e83
django-constance
/
tests
/
testproject
History
Jannis Leidel
1dd0a8b7c9
Added mget method to base backend to fetch all keys in one fell swoop, instead of one by one. Especially useful in the admin.
2010-12-11 16:38:40 +01:00
..
test_app
Added mget method to base backend to fetch all keys in one fell swoop, instead of one by one. Especially useful in the admin.
2010-12-11 16:38:40 +01:00
__init__.py
refatored test project
2010-11-12 15:38:59 +01:00
models.py
refatored test project
2010-11-12 15:38:59 +01:00
settings.py
Refactored backend system slightly to have a nicer directory structure. Using the database backend now only requires to add 'constance.backends.database' to INSTALLED_APPS and setting CONSTANCE_BACKEND to 'constance.backends.database.DatabaseBackend'. Also reverted default backend to being the Redis backend.
2010-12-01 19:29:53 +01:00
urls.py
updated admin tests
2010-11-12 15:46:14 +01:00