Update README.rst
This commit is contained in:
@@ -10,14 +10,13 @@ To install the package with pip::
|
|||||||
|
|
||||||
pip install wagtail-personalisation
|
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
|
.. code-block:: python
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
# ...
|
# ...
|
||||||
'wagtail.contrib.modeladmin',
|
'wagtail.contrib.modeladmin',
|
||||||
'polymorphic',
|
|
||||||
'personalisation',
|
'personalisation',
|
||||||
# ...
|
# ...
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user