diff options
| author | Keith Edmiston <kedmist@gmail.com> | 2013-09-06 15:41:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-06 17:30:59 -0400 |
| commit | 2c73ba88f25230e9e62293d25de7526d018041e8 (patch) | |
| tree | 753b0816fd0e9bcea75dc28e0dcea9149631e040 /docs/ref | |
| parent | da44a8bdc2524424bfd3e904e394457028265619 (diff) | |
[1.6.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure.
Backport of 028db97503 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 806d135deb..b603dd277e 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -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:: |
