aboutsummaryrefslogtreecommitdiffstats
path: root/motor/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'motor/settings.py')
-rw-r--r--motor/settings.py6
1 files changed, 3 insertions, 3 deletions
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