django-configurations/configurations
2013-07-27 13:05:11 +02:00
..
tests Added a configuration values system. 2013-07-27 12:37:28 +02:00
__init__.py Renamed Settings class to Configuration to better match what it means. Settings is still importable and is marked to be deprecated in 1.0. 2013-07-27 12:05:39 +02:00
base.py Also don't raise an exception during import for the Settings class since that's now deprecated. 2013-07-27 13:05:11 +02:00
decorators.py Renamed Settings class to Configuration to better match what it means. Settings is still importable and is marked to be deprecated in 1.0. 2013-07-27 12:05:39 +02:00
fastcgi.py Add a fastcgi helper. Fixes #19. 2013-03-27 16:57:05 +01:00
importer.py Added a configuration values system. 2013-07-27 12:37:28 +02:00
management.py Initial version. 2012-07-21 15:56:04 +02:00
utils.py Added a configuration values system. 2013-07-27 12:37:28 +02:00
values.py Added a configuration values system. 2013-07-27 12:37:28 +02:00
wsgi.py Initial version. 2012-07-21 15:56:04 +02:00