summaryrefslogtreecommitdiff
path: root/mobile_settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'mobile_settings.py')
-rw-r--r--mobile_settings.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/mobile_settings.py b/mobile_settings.py
new file mode 100644
index 0000000..4da5a1b
--- /dev/null
+++ b/mobile_settings.py
@@ -0,0 +1,11 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+try:
+ from settings import *
+except ImportError, e:
+ print 'Unable to load settings.py:', e
+
+SITE_ID = 2
+DEBUG = True
+TEMPLATE_DEBUG = True