# SECURITY WARNING: don't run with debug turned on in production! DEBUG = False # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = 'django-insecure-aaaa' SALT = 'aaaaaaaa' ALLOWED_HOSTS = []