We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There are 3 exiting configs for django.
The local config is for developing. In the config there is the debug mode by default enabled. The file is config/settings/local.py
config/settings/local.py
The production config is for production mode. The file is config/settings/production.py
config/settings/production.py
The testing config is for pytest. The file is config/settings/test.py
config/settings/test.py