From c738b16baee98108f28bbad4d05666c6c148cd5c Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 20 Oct 2014 22:31:04 -0400 Subject: [PATCH] Add static. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index d16c349..d5614d9 100644 --- a/settings.py +++ b/settings.py @@ -90,7 +90,7 @@ if 'USE_SSL' in os.environ: STATIC_ROOT = 'staticfiles' STATIC_URL = '/static/' STATICFILES_DIRS = ( - os.path.join(BASE_DIR, 'static'), + os.path.join(BASE_DIR, 'media'), ) INSTALLED_APPS = (