summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-23 00:35:10 -0500
committereliott <eliott@cactuswax.net>2007-12-23 00:35:10 -0500
commit6226b02f8be136a81ceff2b79b8c4280cfc5e3fb (patch)
treeb7f258575408df3253cc2b70b1f5df77de42eea8 /settings.py
parent131e70b24706680aa14117d5d1e29332a1565a06 (diff)
downloadarchweb-6226b02f8be136a81ceff2b79b8c4280cfc5e3fb.tar.gz
archweb-6226b02f8be136a81ceff2b79b8c4280cfc5e3fb.zip
removed need to specify deploypath manually
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index f209f940..75ea18a9 100644
--- a/settings.py
+++ b/settings.py
@@ -1,3 +1,4 @@
+import os
# Django settings for archweb_dev project.
## Import local settings
@@ -17,6 +18,7 @@ if ENABLE_CACHE == True:
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
# Full path to the data directory
+DEPLOY_PATH = os.path.dirname(os.path.realpath(__file__))
DATA_DIR = '%s/data' % DEPLOY_PATH
# Local time zone for this installation. All choices can be found here: