7

Update README.rst

This commit is contained in:
Boris Besemer
2016-12-06 11:08:56 +01:00
committed by GitHub
parent f7a1074386
commit 02b76fc3c4

View File

@@ -10,14 +10,13 @@ To install the package with pip::
pip install wagtail-personalisation
Next, include the ``personalisation``, ``polymorphic`` and ``wagtail.contrib.modeladmin`` app in your project's ``INSTALLED_APPS``:
Next, include the ``personalisation`` and ``wagtail.contrib.modeladmin`` app in your project's ``INSTALLED_APPS``:
.. code-block:: python
INSTALLED_APPS = [
# ...
'wagtail.contrib.modeladmin',
'polymorphic',
'personalisation',
# ...
]