Update static folder in settings
This commit is contained in:
parent
208290a526
commit
14b06c809d
|
|
@ -201,7 +201,7 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
STATICFILES_DIRS = (
|
STATICFILES_DIRS = (
|
||||||
os.path.join(BASE_DIR, '..', 'client/dist/static'),
|
os.path.join(BASE_DIR, '..', 'client/dist'),
|
||||||
)
|
)
|
||||||
|
|
||||||
if not TEST:
|
if not TEST:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue