Skip to content

Commit

Permalink
fix: staticfile storage
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Jul 25, 2024
1 parent 6a40bcc commit c55d6e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@

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


# AWS S3 storage configuration
Expand Down

0 comments on commit c55d6e4

Please sign in to comment.