From 2864d7c0375ca175eff150120c28fc7621dab8cf Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 23 Jul 2011 19:40:49 +0530 Subject: [PATCH] MEDIA_ROOT --- best/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/best/settings.py b/best/settings.py index cca976d..e354649 100644 --- a/best/settings.py +++ b/best/settings.py @@ -51,6 +51,7 @@ INSTALLED_BACKENDS = { } } +MEDIA_ROOT = join(PROJECT_PATH, 'static') # to help you get started quickly, many django/rapidsms apps are enabled # by default. you may wish to remove some and/or add your own.