From c80fb547bbf95f063ab15bc4db618789905cb233 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 12 May 2015 23:44:30 +0200 Subject: [PATCH] setup new static dir Signed-off-by: Nico Schottelius --- dynamicweb/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamicweb/settings.py b/dynamicweb/settings.py index fa9050ad..9602ee37 100644 --- a/dynamicweb/settings.py +++ b/dynamicweb/settings.py @@ -101,3 +101,5 @@ USE_TZ = True # https://docs.djangoproject.com/en/1.8/howto/static-files/ STATIC_URL = '/static/' + +STATIC_ROOT = os.path.join(BASE_DIR, 'static')