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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for wagtail-personalisation-molo-2.0.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4ce1c3e47e5c42f1b2b051a4b68a90f6f66107f69a8453decfa7f80dd54091e |
|
MD5 | 49e6b3f63794637bce08f2ec8dae486f |
|
BLAKE2b-256 | 8021801a3811cfb60567bb744a2653ebe22a12737eb922e3a3108c0aa46aa63f |
Hashes for wagtail_personalisation_molo-2.0.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d5699ed3314afebf43dc268cbb1827d40d439925f7b1523df5792003bc72870 |
|
MD5 | 534941c564365334b3e109a5827ca81d |
|
BLAKE2b-256 | 46b4856cc45a254254d3932d9d743cf6ff3bd31bf8e0ed9501189341d85cdae0 |