summaryrefslogtreecommitdiffstats
path: root/localsettingspotatohut.py
diff options
context:
space:
mode:
Diffstat (limited to 'localsettingspotatohut.py')
-rw-r--r--localsettingspotatohut.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py
index 976e61a..c6620a9 100644
--- a/localsettingspotatohut.py
+++ b/localsettingspotatohut.py
@@ -15,6 +15,8 @@ DATABASES = {
}
}
+ALLOWED_HOSTS = ['*']
+
REPOS_ROOT_PATH = '/home/expo/'
sys.path.append(REPOS_ROOT_PATH)
sys.path.append(REPOS_ROOT_PATH + 'troggle')
@@ -53,13 +55,6 @@ JSLIB_PATH = '/usr/share/javascript/'
TINY_MCE_MEDIA_ROOT = '/usr/share/tinymce/www/'
TINY_MCE_MEDIA_URL = URL_ROOT + DIR_ROOT + 'tinymce_media/'
-TEMPLATE_DIRS = (
- PYTHON_PATH + "templates",
- # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
- # Always use forward slashes, even on Windows.
- # Don't forget to use absolute paths, not relative paths.
-)
-
LOGFILE = '/home/expo/troggle/troggle_log.txt'
FEINCMS_ADMIN_MEDIA='/site_media/feincms/'