--- a/src/hp/config.py.tmpl Fri Nov 16 01:50:25 2012 +0100
+++ b/src/hp/config.py.tmpl Fri Nov 16 01:58:01 2012 +0100
@@ -33,7 +33,7 @@
# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
-MEDIA_ROOT = os.path.abspath(BASE_ROOT + "../../web/static/media").rstrip("/")+"/"
+MEDIA_ROOT = os.path.abspath(BASE_ROOT + "../../static/media").rstrip("/")+"/"
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash.
@@ -44,7 +44,7 @@
# Don't put anything in this directory yourself; store your static files
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/home/media/media.lawrence.com/static/"
-STATIC_ROOT = os.path.abspath(BASE_ROOT + "../../web/static/site").rstrip("/")+"/"
+STATIC_ROOT = os.path.abspath(BASE_ROOT + "../../static/site").rstrip("/")+"/"
# URL prefix for static files.
# Example: "http://media.lawrence.com/static/"