django-configurations/configurations
Jannis Leidel dacca7e073 Use ValueError instead of Django's ImproperlyConfigured.
This is to prevent hiding the real reason of a configuration failure behind one of Django's import time exceptions.
2013-09-06 22:40:15 +02:00
..
tests Use ValueError instead of Django's ImproperlyConfigured. 2013-09-06 22:40:15 +02:00
__init__.py Minor style changes and bumping version. 2013-09-03 13:10:25 +02:00
base.py Minor style changes and bumping version. 2013-09-03 13:10:25 +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 Fixed string formatting. 2013-07-27 16:05:23 +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 Use ValueError instead of Django's ImproperlyConfigured. 2013-09-06 22:40:15 +02:00
wsgi.py Initial version. 2012-07-21 15:56:04 +02:00