From 965340cbc95f79fe6adef3dc75d56f359f3445a6 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 12 Nov 2013 14:55:20 -0200 Subject: [PATCH] Taking media out of static dir --- src/colab/custom_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index f83cd99..5038071 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -232,7 +232,7 @@ STATICFILES_DIRS = ( ) STATIC_ROOT = os.path.join(BASE_DIR, '..', 'www', 'static') -MEDIA_ROOT = os.path.join(BASE_DIR, '..', 'www', 'static', 'media') +MEDIA_ROOT = os.path.join(BASE_DIR, '..', 'www', 'media') TEMPLATE_DIRS = ( os.path.join(BASE_DIR, 'templates'), -- libgit2 0.21.2