From 7a7355de8d0e28941c429ce6933de730a44a492f Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 7 Nov 2018 14:04:14 +0100 Subject: [PATCH] updated template --- recipes/settings.py.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/settings.py.template b/recipes/settings.py.template index c3893afaa..b486065d3 100644 --- a/recipes/settings.py.template +++ b/recipes/settings.py.template @@ -134,3 +134,5 @@ USE_TZ = True # https://docs.djangoproject.com/en/2.0/howto/static-files/ STATIC_URL = '/static/' + +STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles") \ No newline at end of file