Add DEVELOPER setting to example config

This commit is contained in:
Tobias Kunze 2022-07-20 23:42:10 +02:00
parent 383918d83b
commit e26f0cb686

View File

@ -103,6 +103,9 @@ CORS_ORIGIN_REGEX_WHITELIST = [
# on a production system. # on a production system.
DEBUG = False DEBUG = False
# Set to True in addition to DEBUG above to enable the creation of new database migrations.
DEVELOPER = False
# Email settings # Email settings
EMAIL = { EMAIL = {
'SERVER': 'localhost', 'SERVER': 'localhost',