Browse Source

#590: added help comment for allowed hosts

Rafał Pitoń 8 years ago
parent
commit
f23e09c835
1 changed files with 4 additions and 0 deletions
  1. 4 0
      misago/project_template/project_name/settings.py

+ 4 - 0
misago/project_template/project_name/settings.py

@@ -25,6 +25,10 @@ SECRET_KEY = '{{ secret_key }}'
 # SECURITY WARNING: don't run with debug turned on in production!
 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 = []