MEDIA_ROOT

This commit is contained in:
Sanj 2011-07-23 19:40:49 +05:30
parent 324872b09c
commit 2864d7c037

View File

@ -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.