From 23a9b1df84f1dc75c46307e1dba3854f3dcc256c Mon Sep 17 00:00:00 2001 From: Rob Moorman Date: Wed, 31 May 2017 11:48:35 +0200 Subject: [PATCH] Point out more that modeladmin is required --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 96110b3..b07acb5 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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 = [ # ...