Add assets dir to staticfiles
This commit is contained in:
parent
4da689632d
commit
3223dccb2a
|
|
@ -203,6 +203,7 @@ STATIC_URL = '/static/'
|
||||||
|
|
||||||
STATICFILES_DIRS = (
|
STATICFILES_DIRS = (
|
||||||
os.path.join(BASE_DIR, '..', 'client/dist/static'),
|
os.path.join(BASE_DIR, '..', 'client/dist/static'),
|
||||||
|
os.path.join(BASE_DIR, '..', 'client/src/assets'),
|
||||||
)
|
)
|
||||||
|
|
||||||
if not TEST:
|
if not TEST:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue