summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2010-11-07 16:20:58 -0500
committerluxagraf <sng@luxagraf.net>2010-11-07 16:20:58 -0500
commite75aa2759bc9478d9608dab6761ec39b5012b1d7 (patch)
tree7c978b46b9708471c607564712a0cc9c07fd6c84 /settings.py
parent73ebbbe40330d212becffafdead3d6715c585b23 (diff)
added new build module, plus updated settings file and contact template to redirect to live site for processing
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index e80d5b6..22a40b6 100644
--- a/settings.py
+++ b/settings.py
@@ -71,6 +71,7 @@ USE_I18N = True
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = PROJ_ROOT+'media/'
IMAGES_ROOT = PROJ_ROOT+'media/images/'
+STATIC_ROOT = PROJ_ROOT+'static/'
# URL that handles the media served from MEDIA_ROOT.
# Example: "http://media.lawrence.com"