diff --git a/README.rst b/README.rst index 457d053..84b28c0 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,13 @@ To change the segments adapter, first make a new one based on the ``BaseSegments Add the ``PERSONALISATION_SEGMENTS_ADAPTER`` setting to your settings.py and choose your own adapter. +Sandbox +------- + +To quickly experiment with the package you can use the sandbox provided in the git repository. To install this you will need to create and activate a virtualenv and then run ``make sandbox``. This will start a fresh wagtail install with the personaliton module enabled on http://localhost:8000. The superuser credentials are ``superuser@example.com`` with the password ``testing``. + + + Roadmap -------------------------- +------- .. image:: roadmap.png