Correct whitenoise root definition in base settings.

This commit is contained in:
Christopher Charbonneau Wells 2018-10-11 19:28:51 -07:00
parent 3fffe6c027
commit 77bf37df33
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
WHITENOISE_ROOT = os.path.join(BASE_DIR, 'static', 'root')
WHITENOISE_ROOT = os.path.join(BASE_DIR, 'static', 'babybuddy', 'root')
# Media files (User uploaded content)