Add STATIC_ROOT path

This commit is contained in:
PCoder 2019-02-02 21:41:50 +01:00
parent b9b1a07eeb
commit 23c35162ac
1 changed files with 2 additions and 0 deletions

View File

@ -128,3 +128,5 @@ STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
)
STATIC_ROOT = env('STATIC_ROOT', os.path.join(BASE_DIR, '/staticfiles/'))