Add assets dir to staticfiles

This commit is contained in:
Pawel Kowalski 2018-09-20 11:39:31 +02:00
parent 4da689632d
commit 3223dccb2a
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, '..', 'client/dist/static'),
os.path.join(BASE_DIR, '..', 'client/src/assets'),
)
if not TEST: