Skip to main content

A Wagtail add-on for showing personalized content

Project description

Wagxperience

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.

screenshot.png

Instructions

Wagtail Personalisation requires Wagtail 2.0 or 2.1 and Django 1.11 or 2.0.

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',
    # ...
]

Documentation

You can find more information about installing, extending and using this module on Read the Docs.

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

Uploaded Source

Built Distribution

wagtail_personalisation-0.15.3-py2.py3-none-any.whl (79.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file wagtail-personalisation-0.15.3.tar.gz.

File metadata

  • Download URL: wagtail-personalisation-0.15.3.tar.gz
  • Upload date:
  • Size: 51.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/0.23 pkginfo/1.8.2 requests/2.20.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for wagtail-personalisation-0.15.3.tar.gz
Algorithm Hash digest
SHA256 f6058361fe1316737d74b9cb04a1d7cf329c83d9bcf0130ddf280cc76a21a8cc
MD5 12da2807a52dd2c9c59854b35e8d1dc4
BLAKE2b-256 02ce69cff8c05ba03b08ef09da1a30a4972d34cb6584188784ce8888e4332d23

See more details on using hashes here.

File details

Details for the file wagtail_personalisation-0.15.3-py2.py3-none-any.whl.

File metadata

  • Download URL: wagtail_personalisation-0.15.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 79.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/0.23 pkginfo/1.8.2 requests/2.20.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9

File hashes

Hashes for wagtail_personalisation-0.15.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0600704375f21687aeb399c673b1402a0a8c40883404be653c5a1f2bf7d2246a
MD5 5bb5b40e975504da3ad4865e11257236
BLAKE2b-256 19d83ef5b4ad45bd3269ef7ad2e347573e39992b37491ff7998670dc7a7a4b2d

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