Skip to content

Commit

Permalink
fixup! Upgrade django to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tijani-Dia committed Oct 31, 2023
1 parent d1c64a6 commit 6855cc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/guide/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
PASSWORD_HASHERS = ["django.contrib.auth.hashers.MD5PasswordHasher"]

# Use non-manifest static files in tests, to avoid the need to run `collectstatic`
STORAGES["staticfiles"] = {"BACKEND": "whitenoise.storage.CompressedStaticFilesStorage"}
STORAGES["staticfiles"] = { # noqa: F405
"BACKEND": "whitenoise.storage.CompressedStaticFilesStorage"
}

0 comments on commit 6855cc6

Please sign in to comment.