diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 6220e30..ddbcdc6 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -26,4 +26,12 @@ The Wagxperience app runs in the Wagtail CMS. You can find out more here_. python manage.py migrate -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`` is included in your middleware:: + + MIDDLEWARE = [ + # ... + 'django.contrib.sessions.middleware.SessionMiddleware', + # ... + ] + +This is a prerequisite for this project. diff --git a/docs/index.rst b/docs/index.rst index 505cc3e..3121342 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,8 +3,8 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to wagtail-personalisation's documentation! -=================================================== +Welcome to the Wagxperience documentation! +========================================== .. toctree:: :maxdepth: 2