Add STATIC_ROOT path
This commit is contained in:
parent
b9b1a07eeb
commit
23c35162ac
1 changed files with 2 additions and 0 deletions
|
@ -128,3 +128,5 @@ STATICFILES_DIRS = (
|
||||||
os.path.join(BASE_DIR, 'static'),
|
os.path.join(BASE_DIR, 'static'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
STATIC_ROOT = env('STATIC_ROOT', os.path.join(BASE_DIR, '/staticfiles/'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue