patt/config_example/config.py

16 lines
201 B
Python

import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
#
# General settings
#
# SECRET_KEY = 'define a secret key'
#
# ALLOWED_HOSTS = []
#
# Style settings
#
# DEFAULT_THEME = 'clear-red'