{"id":26650571,"url":"https://github.com/wagtail/wagtail-personalisation","last_synced_at":"2025-03-25T02:01:48.513Z","repository":{"id":39579203,"uuid":"73068364","full_name":"wagtail-nest/wagtail-personalisation","owner":"wagtail-nest","description":"Rule-based personalisation for Wagtail CMS","archived":false,"fork":false,"pushed_at":"2024-10-29T04:03:09.000Z","size":2552,"stargazers_count":124,"open_issues_count":56,"forks_count":34,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-17T03:42:33.462Z","etag":null,"topics":["django","wagtail"],"latest_commit_sha":null,"homepage":"http://wagxperience.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wagtail-nest.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-07T10:40:26.000Z","updated_at":"2025-01-17T12:26:11.000Z","dependencies_parsed_at":"2023-01-21T23:05:10.612Z","dependency_job_id":"7c15bd04-7a05-4dc7-8d32-89976919f477","html_url":"https://github.com/wagtail-nest/wagtail-personalisation","commit_stats":null,"previous_names":["wagtail-nest/wagtail-personalisation","wagtail/wagtail-personalisation"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagtail-nest%2Fwagtail-personalisation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagtail-nest%2Fwagtail-personalisation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagtail-nest%2Fwagtail-personalisation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagtail-nest%2Fwagtail-personalisation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wagtail-nest","download_url":"https://codeload.github.com/wagtail-nest/wagtail-personalisation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245383037,"owners_count":20606265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","wagtail"],"created_at":"2025-03-25T02:01:43.720Z","updated_at":"2025-03-25T02:01:48.507Z","avatar_url":"https://github.com/wagtail-nest.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":".. start-no-pypi\n\n.. image:: https://readthedocs.org/projects/wagtail-personalisation/badge/?version=latest\n     :target: http://wagtail-personalisation.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://travis-ci.org/wagtail/wagtail-personalisation.svg?branch=master\n    :target: https://travis-ci.org/wagtail/wagtail-personalisation\n\n.. image:: http://codecov.io/github/wagtail/wagtail-personalisation/coverage.svg?branch=master\n    :target: http://codecov.io/github/wagtail/wagtail-personalisation?branch=master\n\n.. image:: https://img.shields.io/pypi/v/wagtail-personalisation.svg\n    :target: https://pypi.python.org/pypi/wagtail-personalisation/\n\n.. end-no-pypi\n\n.. image:: logo.png\n   :height: 261\n   :width: 300\n   :scale: 50\n   :alt: Wagxperience\n   :align: center\n\nWagtail Personalisation\n=======================\n\nWagtail Personalisation is a fully-featured personalisation module for\n`Wagtail CMS`_. It enables editors to create customised pages\n- or parts of pages - based on segments whose rules are configured directly\nin the admin interface.\n\n.. _Wagtail CMS: http://wagtail.io/\n\n\n.. image:: screenshot.png\n\n\nInstructions\n------------\nWagtail Personalisation requires Wagtail 2.0 or 2.1 and Django 1.11 or 2.0.\n\nTo install the package with pip:\n\n.. code-block:: console\n\n    pip install wagtail-personalisation\n\nNext, include the ``wagtail_personalisation``, ``wagtail.contrib.modeladmin``\nand ``wagtailfontawesome`` apps in your project's ``INSTALLED_APPS``:\n\n.. code-block:: python\n\n    INSTALLED_APPS = [\n        # ...\n        'wagtail.contrib.modeladmin',\n        'wagtail_personalisation',\n        'wagtailfontawesome',\n        # ...\n    ]\n\nMake sure that ``django.contrib.sessions.middleware.SessionMiddleware`` has\nbeen added in first, this is a prerequisite for this project.\n\n.. code-block:: python\n\n    MIDDLEWARE = [\n        'django.contrib.sessions.middleware.SessionMiddleware',\n        # ...\n    ]\n\n\nDocumentation\n-------------\n\nYou can find more information about installing, extending and using this module\non `Read the Docs`_.\n\n.. _Read the Docs: http://wagtail-personalisation.readthedocs.io\n\n\nSandbox\n-------\n\nTo experiment with the package you can use the sandbox provided in\nthis repository. To install this you will need to create and activate a\nvirtualenv and then run ``make sandbox``. This will start a fresh Wagtail\ninstall, with the personalisation module enabled, on http://localhost:8000\nand http://localhost:8000/cms/. The superuser credentials are\n``superuser@example.com`` with the password ``testing``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwagtail%2Fwagtail-personalisation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwagtail%2Fwagtail-personalisation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwagtail%2Fwagtail-personalisation/lists"}