Message ID | 20110720203626.32572.84715.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_server/settings/development.py' --- lava_server/settings/development.py 2011-07-13 10:26:20 +0000 +++ lava_server/settings/development.py 2011-07-20 20:30:04 +0000 @@ -110,7 +110,7 @@ # Absolute filesystem path to the directory that will hold user-uploaded files. # Example: "/home/media/media.lawrence.com/" -MEDIA_ROOT = os.path.join(PROJECT_STATE_DIR, "media") +MEDIA_ROOT = os.path.join(PROJECT_STATE_DIR, "media", devel_db) # Absolute filesystem path to the directory that will hold static, read only # files collected from all applications.