From b779948d073452183ca40f2bc4dea0af93839525 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 20 Oct 2014 22:32:52 -0400 Subject: [PATCH] Add static. --- settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.py b/settings.py index d5614d9..a3d3079 100644 --- a/settings.py +++ b/settings.py @@ -88,7 +88,6 @@ USE_TZ = True if 'USE_SSL' in os.environ: BASE_DIR = os.path.dirname(os.path.abspath(__file__)) STATIC_ROOT = 'staticfiles' - STATIC_URL = '/static/' STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'media'), )