Merge pull request #1363 from kaedroho/remove-sendfile-dependency

Removed sendfile dependency
This commit is contained in:
Dan Braghis 2015-06-02 16:12:55 +01:00
commit 04ddfc0b3c
2 changed files with 2 additions and 3 deletions

View file

@ -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``:

View file

@ -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",