7
This repository has been archived on 2023-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
Boris Besemer 4c0f0760b2 Merge pull request #15 from LabD/feature/logged-in-rule
adding rule for logged in users
2016-12-16 13:56:49 +01:00
2016-12-07 15:46:00 +01:00
2016-11-07 11:58:34 +01:00
2016-11-28 15:20:10 +01:00
2016-11-07 11:42:06 +01:00
2016-12-13 14:26:45 +01:00
2016-11-30 17:24:13 +01:00
2016-11-28 15:20:10 +01:00
2016-11-07 11:42:06 +01:00
2016-12-09 11:40:02 +01:00
2016-11-28 15:20:10 +01:00

.. image:: logo.png

Wagtail personalisation
=======================
Wagtail personalisation enables simple content personalisation through segmenting for Wagtail.


Instructions
------------
To install the package with pip::

    pip install wagtail-personalisation

Next, include the ``personalisation`` and ``wagtail.contrib.modeladmin`` app in your project's ``INSTALLED_APPS``:

.. code-block:: python

    INSTALLED_APPS = [
        # ...
        'wagtail.contrib.modeladmin',
        'personalisation',
        # ...
    ]

Make sure that ``django.contrib.sessions.middleware.SessionMiddleware`` has been added in first, this is a prerequisite for this project.
Description
Rule-based personalisation for Wagtail CMS maintained by cavemanon for RocksForMedia.
Readme 2.7 MiB
Languages
Python 87.3%
HTML 9%
SCSS 1.9%
JavaScript 1.4%
Makefile 0.4%