Skip to content

Commit

Permalink
fix: setup static file storage
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Oct 16, 2023
1 parent f71185d commit 8b8495d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/antigendjango/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
"file_overwrite": False,
},
},
"staticfiles": {
"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage"
},
}
UPLOADED_FILES_USE_URL = False

Expand Down

0 comments on commit 8b8495d

Please sign in to comment.