summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-06-15 09:55:50 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2014-06-15 09:55:50 -0300
commita336b60775982f2b38e4c6b643c3a18e793647c1 (patch)
treed0974a3b4df8aa3f030147b999cb376e2a1c463b
parent5da3bda6f7fad90b8dc84994702edaaa5c82bb3b (diff)
downloadaskbot-a336b60775982f2b38e4c6b643c3a18e793647c1.tar.gz
askbot-a336b60775982f2b38e4c6b643c3a18e793647c1.tar.bz2
askbot-a336b60775982f2b38e4c6b643c3a18e793647c1.zip
a minor fix in the settings templates
-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'),
)