django-configurations/configurations/tests
Jannis Leidel 1a54847375 Added a configuration values system.
This also adds some advanced features like a setup classmethod to the Configuration class.
Reorganized and extended the documentation.
2013-07-27 12:37:28 +02:00
..
settings 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
__init__.py Initial version. 2012-07-21 15:56:04 +02:00
test_inheritance.py Test using mixins with settings 2012-11-26 13:39:57 -08:00
test_main.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
test_values.py Added a configuration values system. 2013-07-27 12:37:28 +02:00
urls.py Initial version. 2012-07-21 15:56:04 +02:00