Commit graph

12 commits

Author SHA1 Message Date
Brian Helba
b75c8d7a7a Remove references to TEMPLATE_DEBUG
This setting is deprecated since Django 1.8.
2021-10-25 12:18:19 -04:00
Brian Helba
271f6fb5bb Replace references to MIDDLEWARE_CLASSES with MIDDLEWARE
MIDDLEWARE_CLASSES was removed in Django 2.0.
2021-08-31 22:01:34 -04:00
Johannes Hoppe
ec8a8e7df4 Fix bandit and flake8 errors 2019-03-26 08:16:18 +01:00
Jannis Leidel
01e3f5837f Merge remote-tracking branch 'joke2k/dot-env'
Signed-off-by: Jannis Leidel <jannis@leidel.info>

Conflicts:
	.gitignore
2015-01-06 22:34:29 +01:00
joke2k
27eb748d68 refactoring of DotConfiguration 2014-04-17 18:07:33 +02:00
joke2k
5279ae4ace add support to load .env file into os.environ 2014-04-17 16:23:36 +02:00
joke2k
8a8f99ab68 add *.pyc to .gitignore; remove repeated INSTALLED_APPS from test_project.settings; fix check dj-database-url returned None values to empty string 2014-04-17 16:22:31 +02:00
Jannis Leidel
7dbe8c063f Ported tests to run via tox and Travis. 2013-11-26 12:25:07 +01:00
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
Jannis Leidel
0b5dada4e0 Made testproject manage.py executable to save my sanity. 2013-04-11 16:04:03 +02:00
Jannis Leidel
caffc43b37 Better variant of the test project settings. 2013-03-27 16:56:28 +01:00
Jannis Leidel
a4741f93c7 Added the simple test project. 2013-03-27 11:59:59 +01:00