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.5.tar.gz (38.5 kB view details)

Uploaded Source

Built Distribution

wagtail_personalisation_molo-0.10.5-py2.py3-none-any.whl (62.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for wagtail-personalisation-molo-0.10.5.tar.gz
Algorithm Hash digest
SHA256 644b434b52901eb9367ec372771731782a8170d07711186986ab10871ca0863b
MD5 5310e0b0ab620d9042211fe28935dbd4
BLAKE2b-256 0decf80e93ce4387399fc24bf29284aea739dfe8d95bdc469a6ef7f16259d341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wagtail_personalisation_molo-0.10.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a7726023ff4e0f353760d3af1fa5915d390aa4b707c8528812d1892cb45ec619
MD5 a6d252696dce2b975dcda351b905e7e0
BLAKE2b-256 4358c94a8f0e318c7f12cd55ec14c61dee21a0772841dda4839bb7930d06efc2

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