django-configurations/configurations
Richard de Wit 1ada7d14f7
Add ASGI support
Then in your project's `asgi.py` file use this:

```python
from configurations.asgi import get_asgi_application

application = get_asgi_application()
```
2021-09-09 14:35:09 +02:00
..
__init__.py Switch to setuptools-scm. 2019-12-03 13:09:15 +01:00
asgi.py Add ASGI support 2021-09-09 14:35:09 +02:00
base.py Run pyupgrade on the code 2021-01-19 13:11:16 +06: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 Run pyupgrade on the code 2021-01-19 13:11:16 +06: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 Deprecate utils.import_by_path in favor of django.utils.module_loading.import_string 2021-01-19 13:11:16 +06:00
values.py Deprecate utils.import_by_path in favor of django.utils.module_loading.import_string 2021-01-19 13:11:16 +06:00
version.py use package name in get_distribution function call 2020-09-21 09:43:42 -04:00
wsgi.py Initial version. 2012-07-21 15:56:04 +02:00