Skip to content

Commit

Permalink
Update requirements and fixup whitenoise link
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Jul 31, 2023
1 parent dc87cb8 commit 82dcc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions locallibrary/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,8 @@
STATIC_URL = '/static/'



# Static file serving.
# http://whitenoise.evans.io/en/stable/django.html#django-middleware
# https://whitenoise.readthedocs.io/en/stable/django.html#add-compression-and-caching-support
STORAGES = {
# ...
"staticfiles": {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Django==4.2.3
gunicorn==20.1.0
psycopg2-binary==2.9.3
wheel==0.38.1
whitenoise==6.0.0
whitenoise==6.5.0

0 comments on commit 82dcc41

Please sign in to comment.