From a336b60775982f2b38e4c6b643c3a18e793647c1 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 15 Jun 2014 09:55:50 -0300 Subject: a minor fix in the settings templates --- askbot/setup_templates/settings.py | 2 -- askbot/setup_templates/settings.py.mustache | 2 -- 2 files changed, 4 deletions(-) diff --git a/askbot/setup_templates/settings.py b/askbot/setup_templates/settings.py index 1345cf7b..950af546 100644 --- a/askbot/setup_templates/settings.py +++ b/askbot/setup_templates/settings.py @@ -14,8 +14,6 @@ TEMPLATE_DEBUG = False # keep false when debugging jinja2 templates INTERNAL_IPS = ('127.0.0.1',) ALLOWED_HOSTS = ['*',]#change this for better security on your site -ALLOWED_HOSTS = [] # don't forget to set it to correct value, f.e. '.example.com' if DEBUG = False, otherwise you'll have a errors - ADMINS = ( ('Your Name', 'your_email@domain.com'), ) diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache index d8bab559..f9937a1f 100644 --- a/askbot/setup_templates/settings.py.mustache +++ b/askbot/setup_templates/settings.py.mustache @@ -14,8 +14,6 @@ TEMPLATE_DEBUG = False # keep false when debugging jinja2 templates INTERNAL_IPS = ('127.0.0.1',) ALLOWED_HOSTS = ['*',]#change this for better security on your site -ALLOWED_HOSTS = [] # don't forget to set it to correct value, f.e. '.example.com' if DEBUG = False, otherwise you'll have a errors - ADMINS = ( ('Your Name', 'your_email@domain.com'), ) -- cgit v1.2.3-1-g7c22