diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:22:26 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:22:26 +0100 |
commit | c06585b3e82772fb6e1669fff70b33e63dd4d19f (patch) | |
tree | 605c1789097d295c1a163d42595b9140d1345a88 /settings.py | |
parent | 29984ff15aad9910200c924f7fddf668104bc7c2 (diff) | |
download | troggle-c06585b3e82772fb6e1669fff70b33e63dd4d19f.tar.gz troggle-c06585b3e82772fb6e1669fff70b33e63dd4d19f.tar.bz2 troggle-c06585b3e82772fb6e1669fff70b33e63dd4d19f.zip |
[svn] 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.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8082 by aaron @ 12/8/2008 5:10 AM
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 2dd7cc0..11e9073 100644 --- a/settings.py +++ b/settings.py @@ -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). |