kopia lustrzana https://github.com/wagtail/wagtail
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
rodzic
3b26ddc162
commit
8c75baa271
|
@ -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``:
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -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",
|
||||
|
|
Ładowanie…
Reference in New Issue