django-configurations/configurations
2022-03-18 22:10:49 +01:00
..
__init__.py Switch to setuptools-scm. 2019-12-03 13:09:15 +01:00
__main__.py Added "python -m configurations" entry point. 2021-10-27 07:29:02 +06:00
asgi.py add custom error handling for own exceptions 2022-03-18 21:56:21 +01:00
base.py Remove deprecated default fields only from the global 2022-01-24 18:46:17 +01: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
error_handling.py pretty-print configuration errors in red on ttys 2022-03-18 22:10:49 +01:00
fastcgi.py add custom error handling for own exceptions 2022-03-18 21:56:21 +01:00
importer.py Run pyupgrade on the code 2021-01-19 13:11:16 +06:00
management.py add custom error handling for own exceptions 2022-03-18 21:56:21 +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 fix raised error on required BooleanValue and invalid default 2022-03-18 21:16:27 +01:00
version.py Add importlib.metadata backport for older Python versions 2021-10-25 14:33:55 -04:00
wsgi.py add custom error handling for own exceptions 2022-03-18 21:56:21 +01:00