1- .. start-no-pypi
2-
3- .. image :: https://readthedocs.org/projects/wagtail-personalisation/badge/?version=latest
4- :target: http://wagtail-personalisation.readthedocs.io/en/latest/?badge=latest
5-
6- .. image :: https://travis-ci.org/wagtail/wagtail-personalisation.svg?branch=master
7- :target: https://travis-ci.org/wagtail/wagtail-personalisation
8-
9- .. image :: http://codecov.io/github/wagtail/wagtail-personalisation/coverage.svg?branch=master
10- :target: http://codecov.io/github/wagtail/wagtail-personalisation?branch=master
11-
12- .. image :: https://img.shields.io/pypi/v/wagtail-personalisation.svg
13- :target: https://pypi.python.org/pypi/wagtail-personalisation/
14-
15- .. end-no-pypi
16-
17- .. image :: logo.png
1+ .. image :: https://raw.githubusercontent.com/wagtail-nest/wagtail-personalisation/refs/heads/main/logo.png
182 :height: 261
193 :width: 300
204 :scale: 50
@@ -32,13 +16,13 @@ in the admin interface.
3216.. _Wagtail CMS : https://wagtail.org/
3317
3418
35- .. image :: docs/_static/images/segment_dashboard_view.png
19+ .. image :: https://raw.githubusercontent.com/wagtail-nest/wagtail-personalisation/refs/heads/main/ docs/_static/images/segment_dashboard_view.png
3620 :alt: The segment dashboard view
3721
3822
3923Instructions
4024------------
41- Wagtail Personalisation requires Wagtail 4.1 + and Django 3 .2+
25+ Wagtail Personalisation requires Wagtail 6.3 + and Django 4 .2+
4226
4327To install the package with pip:
4428
@@ -47,7 +31,6 @@ To install the package with pip:
4731 pip install wagtail-personalisation
4832
4933 Next, include the ``wagtail_personalisation ``, ``'wagtail_modeladmin' ``
50- (if the Wagtail version is 5.1 and above, otherwise ``'wagtail.contrib.modeladmin' ``)
5134and ``wagtailfontawesomesvg `` apps in your project's ``INSTALLED_APPS ``:
5235
5336.. code-block :: python
0 commit comments