|
@@ -25,6 +25,10 @@ SECRET_KEY = '{{ secret_key }}'
|
|
# SECURITY WARNING: don't run with debug turned on in production!
|
|
# SECURITY WARNING: don't run with debug turned on in production!
|
|
DEBUG = True
|
|
DEBUG = True
|
|
|
|
|
|
|
|
+
|
|
|
|
+# A list of strings representing the host/domain names that this Django site can serve.
|
|
|
|
+# If you are unsure, just enter here your domain name, eg. ['mysite.com', 'www.mysite.com']
|
|
|
|
+
|
|
ALLOWED_HOSTS = []
|
|
ALLOWED_HOSTS = []
|
|
|
|
|
|
|
|
|