Skip to content

Commit

Permalink
Do not use manifest static files
Browse files Browse the repository at this point in the history
  • Loading branch information
danniel committed Oct 11, 2023
1 parent 6945fa8 commit c13a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/seismic_site/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

STATIC_URL = "/static/"
STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"

LOCALE_PATHS = (os.path.join(BASE_DIR, "locale"),)

Expand Down

0 comments on commit c13a8d9

Please sign in to comment.