2020-01-31 12:50:42 +01:00
|
|
|
#
|
|
|
|
# General settings
|
|
|
|
#
|
2021-01-19 15:52:50 +01:00
|
|
|
|
2021-01-21 19:39:20 +01:00
|
|
|
# APP_NAME is used for logging
|
|
|
|
APP_NAME = 'patt'
|
|
|
|
|
2021-01-19 15:52:50 +01:00
|
|
|
# SECURITY WARNING: don't run with debug turned on in production!
|
|
|
|
# DEBUG = False
|
|
|
|
|
|
|
|
# SECURITY WARNING: don't run with a dummy secret in production!
|
|
|
|
# SECRET_KEY = None
|
|
|
|
|
|
|
|
# SECURITY WARNING: don't run with '0.0.0.0' in in production, unless you know what you are doing!
|
|
|
|
# ALLOWED_HOSTS = ['127.0.0.1', ]
|
2020-01-31 12:50:42 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# Style settings
|
|
|
|
#
|
2021-01-19 15:52:50 +01:00
|
|
|
# DEFAULT_THEME = 'clear-green'
|