Removed sendfile dependency

Not actually needed unless you're setting a SENDFILE_BACKEND and in that case, you'll know you need it.
pull/1363/head
Karl Hobley 2015-06-01 16:49:12 +01:00
rodzic 3b26ddc162
commit 8c75baa271
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -10,11 +10,11 @@ This document describes how to render your Wagtail site into static HTML files o
Installing ``django-medusa``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
First, install ``django-medusa`` from pip:
First, install ``django-medusa`` and ``django-sendfile`` from pip:
.. code::
pip install django-medusa
pip install django-medusa django-sendfile
Then add ``django_medusa`` and ``wagtail.contrib.wagtailmedusa`` to ``INSTALLED_APPS``:

Wyświetl plik

@ -31,7 +31,6 @@ install_requires = [
"django-modelcluster>=0.6",
"django-taggit>=0.13.0",
"django-treebeard==3.0",
"django-sendfile==0.3.7",
"Pillow>=2.6.1",
"beautifulsoup4>=4.3.2",
"html5lib==0.999",