From b9fc1060406a433473faa70c236ba3e177640d26 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 23 Jul 2013 10:57:07 +0300 Subject: A few fixes --- motor/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'motor') diff --git a/motor/settings.py b/motor/settings.py index 7b927ec..5afd5fa 100644 --- a/motor/settings.py +++ b/motor/settings.py @@ -4,11 +4,11 @@ import os import motor as project_module PROJECT_DIR = os.path.dirname(os.path.realpath(project_module.__file__)) -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( - # ('Your Name', 'your_email@example.com'), + ('Filipp Lepalaan', 'support@servoapp.com'), ) MANAGERS = ADMINS @@ -27,7 +27,7 @@ DATABASES = { # Hosts/domain names that are valid for this site; required if DEBUG is False # See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name -- cgit v1.2.3