7

Point out more that modeladmin is required

This commit is contained in:
Rob Moorman
2017-05-31 11:48:35 +02:00
parent eb837fa7b2
commit 23a9b1df84

View File

@ -16,7 +16,7 @@ The Wagxperience app runs in the Wagtail CMS. You can find out more here_.
pip install wagtail-personalisation
2. Add the module and it's dependencies to your ``INSTALLED_APPS``::
2. Add the module and ``wagtail.contrib.modeladmin`` to your ``INSTALLED_APPS``::
INSTALLED_APPS = [
# ...