django-configurations/configurations
John Franey 41b905c92e Update tested Python & Django versions
Replaces `django.utils.six` with `six` to support newer Django versions.

Updates Tox config to:
- remove unsupported Django versions
- add pypy3
- add Django 2.2
- update djmaster Python versions
2019-10-06 15:43:03 -04:00
..
__init__.py _setup: do not call django.setup() if settings are configured already 2018-08-16 17:04:50 +02:00
base.py Update tested Python & Django versions 2019-10-06 15:43:03 -04: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 flake8: ignore W503 (and pick W504) (#220) 2018-12-09 18:48:17 +01:00
management.py Added configurations.management.call_command. Fix #72. 2015-01-06 21:38:08 +01:00
sphinx.py Move sphinx callback to a separate sphinx submodule 2016-06-13 12:26:52 +02:00
utils.py Update tested Python & Django versions 2019-10-06 15:43:03 -04:00
values.py Update tested Python & Django versions 2019-10-06 15:43:03 -04:00
wsgi.py Initial version. 2012-07-21 15:56:04 +02:00