Skip to content

Commit

Permalink
fix: add storage
Browse files Browse the repository at this point in the history
  • Loading branch information
delitamakanda committed May 10, 2024
1 parent 8a80ade commit 2f86ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myelearning/settings_production.py
Expand Up @@ -26,7 +26,7 @@

ALLOWED_HOSTS = ['*',]

# STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'

# Configure for SSL

Expand Down

0 comments on commit 2f86ce0

Please sign in to comment.