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.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72d359ea2c2666cebd94b4aa6e45be2311e129d2d8b2b42f593f59dc6e137c2e |
|
MD5 | 9aecad9f2c2570555a826cbdf5a1ad3b |
|
BLAKE2b-256 | a1943b1d50ae4fe776592d5426369ca3f63039d7d897ff8bd34911f757642697 |
Close
Hashes for wagtail_personalisation_molo-1.0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22ae0fcabbc07fc3a0d3dc30cc4a3bb06a6607587e6b3c549048277a9993df58 |
|
MD5 | 456aaf9cad265cd746db0543559da5bc |
|
BLAKE2b-256 | 27dfd999ff25a32b5e0222dfcdb23dc6539092007e8f0dd685509902adad7fcb |