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
Close
Hashes for wagtail-personalisation-molo-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07c041d841a8470b19b6b00348a09537b2594d8405722359474f6add30d64250 |
|
MD5 | 7fd942287719168143517a36d3da51a3 |
|
BLAKE2b-256 | b74445ce8e583b2817f39f44096d3506980ef945db4022aaac1fbc7779f0920b |
Close
Hashes for wagtail_personalisation_molo-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 019db3f3274510b1148ffc854d4d1cfcb5efd0ea93a02314fcb82225d715ade9 |
|
MD5 | 1252a26e7c5697be498fde558a7d7012 |
|
BLAKE2b-256 | f55b06fd211abad0d2a44349a0837e6a22fa894bfd7c3b98eeff1095f69aea6a |