From 2cee8667eed2d41cec8a740b316c1ef3c16581f4 Mon Sep 17 00:00:00 2001 From: Patrick Craston Date: Fri, 17 Apr 2015 11:24:29 +0100 Subject: [PATCH] #1183 add note to staticsitegen documentation about temporarily using fork of django-medusa to process Documents --- docs/contrib/staticsitegen.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/contrib/staticsitegen.rst b/docs/contrib/staticsitegen.rst index 525a68333..7ebf7e771 100644 --- a/docs/contrib/staticsitegen.rst +++ b/docs/contrib/staticsitegen.rst @@ -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``: