Add static folder

This commit is contained in:
Tris Forster 2022-11-19 12:32:17 +11:00
parent c639020ac9
commit 4731d18131

View File

@ -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'