-
Notifications
You must be signed in to change notification settings - Fork 5
config
Steffen Exler edited this page Aug 5, 2020
·
1 revision
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
The production config is for production mode. The file is config/settings/production.py
The testing config is for pytest. The file is config/settings/test.py