Skip to main content

A forked version of Wagtail add-on for showing personalized content

Project description


Wagtail Personalisation
=======================

Wagtail Personalisation is a fully-featured personalisation module for
`Wagtail CMS`_. It enables editors to create customised pages
- or parts of pages - based on segments whose rules are configured directly
in the admin interface.

.. _Wagtail CMS: http://wagtail.io/

.. image:: logo.png
:scale: 50 %
:alt: Wagxperience
:align: center


.. image:: screenshot.png


Instructions
------------
Wagtail Personalisation requires Wagtail 1.9 or 1.10 and Django 1.9, 1.10 or 1.11.

To install the package with pip::

pip install wagtail-personalisation

Next, include the ``wagtail_personalisation``, ``wagtail.contrib.modeladmin``
and ``wagtailfontawesome`` apps in your project's ``INSTALLED_APPS``:

.. code-block:: python

INSTALLED_APPS = [
# ...
'wagtail.contrib.modeladmin',
'wagtail_personalisation',
'wagtailfontawesome',
# ...
]

Make sure that ``django.contrib.sessions.middleware.SessionMiddleware`` has
been added in first, this is a prerequisite for this project.

.. code-block:: python

MIDDLEWARE = [
'django.contrib.sessions.middleware.SessionMiddleware',
# ...
]

Sandbox
-------

To experiment with the package you can use the sandbox provided in
this 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 personalisation module enabled, on http://localhost:8000
and http://localhost:8000/cms/. The superuser credentials are
``superuser@example.com`` with the password ``testing``.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail-personalisation-molo-0.10.4.tar.gz (38.0 kB view details)

Uploaded Source

Built Distribution

wagtail_personalisation_molo-0.10.4-py2.py3-none-any.whl (61.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file wagtail-personalisation-molo-0.10.4.tar.gz.

File metadata

File hashes

Hashes for wagtail-personalisation-molo-0.10.4.tar.gz
Algorithm Hash digest
SHA256 4a83afa19227258d6ba0f9ee3ad0e094ca320818262ececbc9444d5212e99590
MD5 975e841b6560137d6a9dda487792a755
BLAKE2b-256 d1a6366915f0f08672b8ebe283cfb529dfe54986eaa3dafa9e7f3d59b2c5510c

See more details on using hashes here.

File details

Details for the file wagtail_personalisation_molo-0.10.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for wagtail_personalisation_molo-0.10.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5031926370b0b5a265b13177cb253e7c453624d861efe1c0f3dfdc9918f01deb
MD5 955a18cd444f8b705770f639f208e318
BLAKE2b-256 d86a0bc23116c11d76157c6e20d847f1bce7e48d7e56e17d2dd1a5fdc6882c69

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page