django-configurations/configurations
Finn-Thorben Sell 5cd3a86106
implement example generators
Example generators are an addition to the 'Value' classes that allow the error handler to display
example values for the failed value.
For example if no django secret key is found to be defined in the environment, an example (secure)
value for such a secret key can now be generated on the fly and be suggested to the user
2022-03-24 14:25:41 +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 put error handling and error definitions in one file named errors.py 2022-03-19 23:12:47 +01:00
base.py implement error accumulation 2022-03-24 10:42:06 +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
errors.py implement example generators 2022-03-24 14:25:41 +01:00
example_generators.py implement example generators 2022-03-24 14:25:41 +01:00
fastcgi.py put error handling and error definitions in one file named errors.py 2022-03-19 23:12:47 +01:00
importer.py implement error accumulation 2022-03-24 10:42:06 +01:00
management.py put error handling and error definitions in one file named errors.py 2022-03-19 23:12:47 +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 implement example generators 2022-03-24 14:25:41 +01:00
version.py Add importlib.metadata backport for older Python versions 2021-10-25 14:33:55 -04:00
wsgi.py put error handling and error definitions in one file named errors.py 2022-03-19 23:12:47 +01:00