Merge pull request #1202 from pcraston/master

#1183 add note to staticsitegen documentation
This commit is contained in:
Karl Hobley 2015-04-23 11:54:04 +01:00
commit 1e41a4d8fa

View file

@ -16,6 +16,11 @@ First, install ``django-medusa`` from pip:
pip install django-medusa
.. note::
Since 0.8.6, Wagtail uses StreamingHttpResponse to return Documents. `django-medusa`_ currently does not support this and the staticsitegen command will fail if your site contains Documents.
For a temporary fix, install this fork https://github.com/ctxis/django-medusa. (see also #1183)
Then add ``django_medusa`` and ``wagtail.contrib.wagtailmedusa`` to ``INSTALLED_APPS``: