* Splits documentation over multiple folders * Editor guide documentation intro * Adds segment dashboard documentation * Adds editor documenation regarding segment creation * Adds logo with padding for the documentation * Updates usage guide documentation * Splits sandbox and custom rules documentation * Improves ‘Create a variant’ documentation * Adds documentation regarding streamfield and template tags * Consistent StreamField references * Feedback from M. Dingjan * Remove ‘coming soon’ section * Enable sandbox debug toolbar * Updated documentation
15 lines
632 B
ReStructuredText
15 lines
632 B
ReStructuredText
Using the sandbox
|
|
=================
|
|
|
|
To experiment with the package you can use the sandbox provided in
|
|
the repository_. It includes a couple of segments with rules, a personalisable
|
|
page with a variant and a personalisable StreamField block.
|
|
|
|
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 personalisation module enabled, on http://localhost:8000
|
|
and http://localhost:8000/cms/. The superuser credentials are
|
|
``superuser@example.com`` with the password ``testing``.
|
|
|
|
.. _repository: https://github.com/LabD/wagtail-personalisation
|