patt/config_example/config.py

18 lines
380 B
Python
Raw Normal View History

2020-01-31 12:50:42 +01:00
#
# General settings
#
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'