[svn r8082] Remove MEDIA_ROOT from settings.py because it belongs in local settings, and comment out urlconf line for unfinished edit form which I haven't checked in.

This commit is contained in:
aaron
2008-12-08 06:10:45 +01:00
parent 97332b8103
commit 6b1555f867
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ USE_I18N = True
# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
# MOVED TO LOCALSETTINGS
MEDIA_ROOT = 'C:/Expo/expoweb/troggle/media/'
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
# trailing slash if there is a path component (optional in other cases).