summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/setup_templates/settings.py2
-rw-r--r--askbot/setup_templates/settings.py.mustache2
2 files changed, 0 insertions, 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'),
)