We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efea2ea commit 85c34ebCopy full SHA for 85c34eb
docs/django.rst
@@ -598,7 +598,12 @@ storage backend for the Django one:
598
599
.. code-block:: python
600
601
- STATICFILES_STORAGE = "django.contrib.staticfiles.storage.ManifestStaticFilesStorage"
+ STORAGES = {
602
+ # ...
603
+ "staticfiles": {
604
+ "BACKEND": "django.contrib.staticfiles.storage.ManifestStaticFilesStorage",
605
+ },
606
+ }
607
608
If the problems persist then your issue is with Django itself (try the docs_ or
609
the `mailing list`_). If the problem only occurs with WhiteNoise then raise a
0 commit comments