mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Refs #19295 -- Doc'd that ManifestStaticFilesStorage doesn't work with runserver --insecure.
This commit is contained in:
parent
0a69479b6c
commit
4a861e8850
@ -222,8 +222,10 @@ setting is ``False``. By using this you acknowledge the fact that it's
|
|||||||
**grossly inefficient** and probably **insecure**. This is only intended for
|
**grossly inefficient** and probably **insecure**. This is only intended for
|
||||||
local development, should **never be used in production** and is only
|
local development, should **never be used in production** and is only
|
||||||
available if the :doc:`staticfiles </ref/contrib/staticfiles>` app is
|
available if the :doc:`staticfiles </ref/contrib/staticfiles>` app is
|
||||||
in your project's :setting:`INSTALLED_APPS` setting. :djadmin:`runserver`
|
in your project's :setting:`INSTALLED_APPS` setting.
|
||||||
|
|
||||||
``--insecure`` doesn't work with
|
``--insecure`` doesn't work with
|
||||||
|
:class:`~django.contrib.staticfiles.storage.ManifestStaticFilesStorage` or
|
||||||
:class:`~django.contrib.staticfiles.storage.CachedStaticFilesStorage`.
|
:class:`~django.contrib.staticfiles.storage.CachedStaticFilesStorage`.
|
||||||
|
|
||||||
Example usage::
|
Example usage::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user