Kaydet (Commit) 028db975 authored tarafından Keith Edmiston's avatar Keith Edmiston Kaydeden (comit) Tim Graham

Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with…

Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure.
üst c1bbc8ca
......@@ -166,7 +166,9 @@ setting is ``False``. By using this you acknowledge the fact that it's
**grossly inefficient** and probably **insecure**. This is only intended for
local development, should **never be used in production** and is only
available if the :doc:`staticfiles </ref/contrib/staticfiles>` app is
in your project's :setting:`INSTALLED_APPS` setting.
in your project's :setting:`INSTALLED_APPS` setting. :djadmin:`runserver`
``--insecure`` doesn't work with
:class:`~django.contrib.staticfiles.storage.CachedStaticFilesStorage`.
Example usage::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment