Add missing STATIC_ROOT.
Thanks @jrvarma.
This commit is contained in:
parent
de70c40a18
commit
8f50a69b39
@ -127,6 +127,7 @@ USE_TZ = True
|
|||||||
# https://docs.djangoproject.com/en/2.0/howto/static-files/
|
# https://docs.djangoproject.com/en/2.0/howto/static-files/
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
|
||||||
|
|
||||||
|
|
||||||
JOURNAL_API_PERMISSIONS = (
|
JOURNAL_API_PERMISSIONS = (
|
||||||
|
Loading…
Reference in New Issue
Block a user