7

adds personalisable page documentation

This commit is contained in:
Boris Besemer
2017-01-24 13:45:42 +01:00
parent 7a6f7d10e6
commit a178c88d63
2 changed files with 18 additions and 14 deletions

View File

@ -29,15 +29,3 @@ The Wagxperience app runs in the Wagtail CMS. You can find out more here_.
python manage.py migrate
Including the middleware prerequisite
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.