Skip to content

Commit

Permalink
fixed static files bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FREDERICO23 committed Dec 12, 2023
1 parent 45f2559 commit 765338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
]

STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"

DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

Expand Down

0 comments on commit 765338d

Please sign in to comment.