mirror of https://github.com/snachodog/mybuddy.git
Correct whitenoise root definition in base settings.
This commit is contained in:
parent
3fffe6c027
commit
77bf37df33
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue