Skip to content

Commit c55d6e4

Browse files
committed
fix: staticfile storage
1 parent 6a40bcc commit c55d6e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: backend/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@
206206

207207
STATIC_URL = '/static/'
208208
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles_collected')
209-
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
210209

211210

212211
# AWS S3 storage configuration

0 commit comments

Comments
 (0)