Add missing STATIC_ROOT.

Thanks @jrvarma.
This commit is contained in:
Tom Hacohen 2018-11-01 11:51:26 +00:00
parent de70c40a18
commit 8f50a69b39

View File

@ -127,6 +127,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
JOURNAL_API_PERMISSIONS = (