7 lines
220 B
Python
7 lines
220 B
Python
# 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 = [] |