Просмотр исходного кода

#590: added help comment for allowed hosts

Rafał Pitoń 8 лет назад
Родитель
Сommit
f23e09c835
1 измененных файлов с 4 добавлено и 0 удалено
  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 = []