8

Update README.rst

This commit is contained in:
Boris Besemer
2016-11-28 15:40:03 +01:00
committed by GitHub
parent 5964161ea2
commit 0d7ae79b82

View File

@@ -10,13 +10,14 @@ To install the package with pip::
pip install wagtail-personalisation
Next, include the ``personalisation`` and ``wagtail.contrib.modeladmin`` app in your project's ``INSTALLED_APPS``:
Next, include the ``personalisation``, ``polymorphic`` and ``wagtail.contrib.modeladmin`` app in your project's ``INSTALLED_APPS``:
.. code-block:: python
INSTALLED_APPS = [
# ...
'wagtail.contrib.modeladmin',
'polymorphic',
'personalisation',
# ...
]
@@ -31,4 +32,4 @@ Last but not least, add ``personalisation.middleware.SegmentMiddleware`` to your
# ...
]
Make sure that ``django.contrib.sessions.middleware.SessionMiddleware`` has been added in first, this is a prerequisite for this project.
Make sure that ``django.contrib.sessions.middleware.SessionMiddleware`` has been added in first, this is a prerequisite for this project.