djangocms-alias


Namedjangocms-alias JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/django-cms/djangocms-alias
Summary
upload_time2023-12-29 09:44:16
maintainerDjango CMS Association and contributors
docs_urlNone
authorDivio AG
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

****************
django CMS Alias
****************

|coverage| |python| |django| |djangocms4|

django CMS Alias replicates and extends the alias function of django CMS version 3 for django CMS version 4.

An alias is a collection of plugins that is managed centrally. A reference can be added to any placeholder using the Alias plugin. Since the Alias plugin creates a reference any changes to the alias are immediately reflected at all places it is used.

django CMS Alias supports versioning aliases by django CMS Versioning.

.. warning::

    This is the development branch for django CMS version 4.1 support.

    For django CMS V4.0 support, see `support/django-cms-4.0.x branch <https://github.com/django-cms/djangocms-alias/tree/support/django-cms-4.0.x>`_


============
Installation
============

Requirements
============

django CMS Alias requires that you have a django CMS 4 (or higher) project already running and set up.


To install
==========

Run::

    pip install git+https://github.com/django-cms/djangocms-alias@master#egg=djangocms-alias

Add ``djangocms_alias`` and ``parler`` to your project's ``INSTALLED_APPS``.

Run::

    python manage.py migrate djangocms_alias

to perform the application's database migrations.


=====
Usage
=====

Static aliases
==============

Static aliases appear in templates and replace static placeholders which were part of django CMS up to version 3.x.

Example::

    {% load djangocms_alias_tags %}
    ...
    <footer>
      {% static_alias 'footer' %}
    </footer>

Alias plugin
============

Alternatively, aliases can be used with the Alias plugin. It allows to select which alias content is shown at the exact position the alias plugin is placed.

.. |coverage| image:: https://codecov.io/gh/django-cms/djangocms-alias/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/django-cms/djangocms-alias

.. |python| image:: https://img.shields.io/badge/python-3.7+-blue.svg
   :target: https://pypi.org/project/djangocms-alias/

.. |django| image:: https://img.shields.io/badge/django-3.2--4.1-blue.svg
   :target: https://www.djangoproject.com/

.. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4-blue.svg
   :target: https://www.django-cms.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/django-cms/djangocms-alias",
    "name": "djangocms-alias",
    "maintainer": "Django CMS Association and contributors",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "info@django-cms.org",
    "keywords": "",
    "author": "Divio AG",
    "author_email": "info@divio.ch",
    "download_url": "https://files.pythonhosted.org/packages/6b/f6/d3339df1794006e60103506afbdc8f5a34fda6c66c1837389a31313b76ac/djangocms-alias-2.0.0.tar.gz",
    "platform": "OS Independent",
    "description": "\n\n****************\ndjango CMS Alias\n****************\n\n|coverage| |python| |django| |djangocms4|\n\ndjango CMS Alias replicates and extends the alias function of django CMS version 3 for django CMS version 4.\n\nAn alias is a collection of plugins that is managed centrally. A reference can be added to any placeholder using the Alias plugin. Since the Alias plugin creates a reference any changes to the alias are immediately reflected at all places it is used.\n\ndjango CMS Alias supports versioning aliases by django CMS Versioning.\n\n.. warning::\n\n    This is the development branch for django CMS version 4.1 support.\n\n    For django CMS V4.0 support, see `support/django-cms-4.0.x branch <https://github.com/django-cms/djangocms-alias/tree/support/django-cms-4.0.x>`_\n\n\n============\nInstallation\n============\n\nRequirements\n============\n\ndjango CMS Alias requires that you have a django CMS 4 (or higher) project already running and set up.\n\n\nTo install\n==========\n\nRun::\n\n    pip install git+https://github.com/django-cms/djangocms-alias@master#egg=djangocms-alias\n\nAdd ``djangocms_alias`` and ``parler`` to your project's ``INSTALLED_APPS``.\n\nRun::\n\n    python manage.py migrate djangocms_alias\n\nto perform the application's database migrations.\n\n\n=====\nUsage\n=====\n\nStatic aliases\n==============\n\nStatic aliases appear in templates and replace static placeholders which were part of django CMS up to version 3.x.\n\nExample::\n\n    {% load djangocms_alias_tags %}\n    ...\n    <footer>\n      {% static_alias 'footer' %}\n    </footer>\n\nAlias plugin\n============\n\nAlternatively, aliases can be used with the Alias plugin. It allows to select which alias content is shown at the exact position the alias plugin is placed.\n\n.. |coverage| image:: https://codecov.io/gh/django-cms/djangocms-alias/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/django-cms/djangocms-alias\n\n.. |python| image:: https://img.shields.io/badge/python-3.7+-blue.svg\n   :target: https://pypi.org/project/djangocms-alias/\n\n.. |django| image:: https://img.shields.io/badge/django-3.2--4.1-blue.svg\n   :target: https://www.djangoproject.com/\n\n.. |djangocms4| image:: https://img.shields.io/badge/django%20CMS-4-blue.svg\n   :target: https://www.django-cms.org/\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/django-cms/djangocms-alias"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eab3a76082f965da974f052ee87808228a8a8caf55b678569a54627869432520",
                "md5": "4b8a2cf7ce15bf1ef67a1ec6a71d6827",
                "sha256": "3f3a77cdc5c8a2871f3770c2e495623f4ed7013a0a0e10a3ecd6736d4f7d34ce"
            },
            "downloads": -1,
            "filename": "djangocms_alias-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b8a2cf7ce15bf1ef67a1ec6a71d6827",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 88933,
            "upload_time": "2023-12-29T09:44:15",
            "upload_time_iso_8601": "2023-12-29T09:44:15.236721Z",
            "url": "https://files.pythonhosted.org/packages/ea/b3/a76082f965da974f052ee87808228a8a8caf55b678569a54627869432520/djangocms_alias-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bf6d3339df1794006e60103506afbdc8f5a34fda6c66c1837389a31313b76ac",
                "md5": "72f904f51dfd47cc262c05a72bb0fad2",
                "sha256": "09c835c90214bde8032de2a8010ca2edf4975e3155f0df55977bab248f7e15c0"
            },
            "downloads": -1,
            "filename": "djangocms-alias-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "72f904f51dfd47cc262c05a72bb0fad2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 62782,
            "upload_time": "2023-12-29T09:44:16",
            "upload_time_iso_8601": "2023-12-29T09:44:16.879742Z",
            "url": "https://files.pythonhosted.org/packages/6b/f6/d3339df1794006e60103506afbdc8f5a34fda6c66c1837389a31313b76ac/djangocms-alias-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-29 09:44:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-cms",
    "github_project": "djangocms-alias",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "djangocms-alias"
}
        
Elapsed time: 0.15545s