Skip to main content

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

Project description

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.

Wagxperience 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:

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.

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

Uploaded Source

Built Distribution

wagtail_personalisation_molo-0.11.2-py2.py3-none-any.whl (64.7 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for wagtail-personalisation-molo-0.11.2.tar.gz
Algorithm Hash digest
SHA256 5b6a9d6f575790644c05e1a5d329615ad31419af8285e00da55464a807e42a61
MD5 45d8241fbefa58b9092e875aec719198
BLAKE2b-256 09ea2212710ee87e4882f1510740bf4b97227821237305dfb5f028f8df0a22fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wagtail_personalisation_molo-0.11.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e9907095e44da94ec834ed581d9c0113592f5a4d354d4b00167c9942cba22d3d
MD5 f6803a76b536a20414131194d11baa19
BLAKE2b-256 2cb3e23be49ef36626baa680520d6c53ecc7ed8806132f577cb5a725ffc379d1

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