diff --git a/polyphonic/settings_default.py b/polyphonic/settings_default.py index 6c6408e..da07136 100644 --- a/polyphonic/settings_default.py +++ b/polyphonic/settings_default.py @@ -131,8 +131,8 @@ USE_TZ = True # https://docs.djangoproject.com/en/3.1/howto/static-files/ STATIC_URL = '/static/' +STATIC_ROOT = 'static' # Need to set this AWS_BUCKET = '' -MEDIA_ROOT = 'media'