Add missing STATIC_ROOT.

Thanks @jrvarma.
pull/14/head
Tom Hacohen 6 years ago
parent de70c40a18
commit 8f50a69b39

@ -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 = (

Loading…
Cancel
Save