patt/config_example/config.py

18 rindas
380 B
Python

#
# General settings
#
# 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', ]
#
# Style settings
#
# DEFAULT_THEME = 'clear-green'