mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-15 04:21:07 +00:00
#1183 add note to staticsitegen documentation about temporarily using fork of django-medusa to process Documents
This commit is contained in:
parent
b9ef85cc9b
commit
2cee8667ee
1 changed files with 5 additions and 0 deletions
|
|
@ -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``:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue