Skip to content

Instantly share code, notes, and snippets.

@rabbilyasar
Created June 2, 2021 15:41
Show Gist options
  • Save rabbilyasar/8c3f01c67742f3758358d66b18b5623b to your computer and use it in GitHub Desktop.
Save rabbilyasar/8c3f01c67742f3758358d66b18b5623b to your computer and use it in GitHub Desktop.
# Simplified static file serving.
# https://warehouse.python.org/project/whitenoise/
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment