aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'master/custom/autotua_settings.py')
-rw-r--r--master/custom/autotua_settings.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/master/custom/autotua_settings.py b/master/custom/autotua_settings.py
deleted file mode 100644
index 7bd2450..0000000
--- a/master/custom/autotua_settings.py
+++ /dev/null
@@ -1,10 +0,0 @@
-import os
-from settings import *
-
-_cwd = os.path.dirname(__file__)
-
-MEDIA_PREFIX = '/site_media/'
-TEMPLATE_DIRS += os.path.join(_cwd, 'master', 'templates').replace('\\', '/'),
-INSTALLED_APPS += ('master',)
-MEDIA_ROOT = os.path.join(_cwd, 'master', 'media').replace('\\', '/')
-LOGIN_URL = '/login'