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-05-12 17:43:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b1c2847997
django-constance
/
constance
/
backends
History
Jannis Leidel
b1c2847997
Renamed redis backend module to redisd to prevent import conflicts with redis-py.
2010-12-03 07:36:25 +01:00
..
database
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
__init__.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
redisd.py
Renamed redis backend module to redisd to prevent import conflicts with redis-py.
2010-12-03 07:36:25 +01:00