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
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
File details
Details for the file wagtail-personalisation-molo-0.10.8.tar.gz
.
File metadata
- Download URL: wagtail-personalisation-molo-0.10.8.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 794dfeebd9fafd2b7425b1ad5a8d813d1707a7b82730057a66b99695b459bbfa |
|
MD5 | fcddda54eb153541c28a9677b64ee507 |
|
BLAKE2b-256 | b35fba32ab491481b89537b4c3390c6f8c6f603ae476a00f271bf3435a7119a7 |
File details
Details for the file wagtail_personalisation_molo-0.10.8-py2.py3-none-any.whl
.
File metadata
- Download URL: wagtail_personalisation_molo-0.10.8-py2.py3-none-any.whl
- Upload date:
- Size: 64.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e71175901d8230f3a1d43bf859212a43105a087f122f88f4eeb481ad936d520 |
|
MD5 | 25fd4bd13ce255d75136dc2fd18d65fa |
|
BLAKE2b-256 | 72c83c56a9f86b631c6269b67547bf3adb3cf780a3d8cced10aa4cdeae8fece1 |