Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nephila/djangocms-page-tags
Tagged pages for django CMS 3
https://github.com/nephila/djangocms-page-tags
django django-cms python tags
Last synced: 3 months ago
JSON representation
Tagged pages for django CMS 3
- Host: GitHub
- URL: https://github.com/nephila/djangocms-page-tags
- Owner: nephila
- License: bsd-3-clause
- Created: 2014-01-01T17:54:40.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-13T21:46:14.000Z (8 months ago)
- Last Synced: 2024-05-13T22:47:24.545Z (8 months ago)
- Topics: django, django-cms, python, tags
- Language: Python
- Homepage: https://djangocms-page-tags.readthedocs.io/
- Size: 264 KB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-django-cms - djangocms-page-tags - taggit (Add-ons)
README
===================
djangocms-page-tags
===================|Gitter| |PyPiVersion| |PyVersion| |GAStatus| |TestCoverage| |CodeClimate| |License|
Tagged pages for django CMS 3
Python: 3.7, 3.8, 3.9, 3.10
Django: 2.2, 3.2
django CMS: 3.7 - 3.10
**********
Quickstart
**********Install djangocms-page-tags::
pip install djangocms-page-tags
Then add it to INSTALLED_APPS along with its dependencies::
"taggit",
"taggit_autosuggest",
"djangocms_page_tags",Add ``taggit_autosuggest`` to urlconf::
path("taggit_autosuggest", include("taggit_autosuggest.urls")),
Execute migration::
$ python manage.py migrate
*****
Usage
*****You will find two new items in the toolbar Page menu:
* Title tags (per language)
* Page tags (global)These items allows to add tags to ``Title`` and ``Page`` instances, respectively
************
Templatetags
************``djangocms-page-tags`` allows showing tags using four templatetags
* ``include_page_tags``
* ``include_title_tags``
* ``page_tags``
* ``title_tags``*************
Documentation
*************For further documentation see https://djangocms-page-tags.readthedocs.io/
.. |Gitter| image:: https://img.shields.io/badge/GITTER-join%20chat-brightgreen.svg?style=flat-square
:target: https://gitter.im/nephila/applications
:alt: Join the Gitter chat.. |PyPiVersion| image:: https://img.shields.io/pypi/v/djangocms-page-sitemap.svg?style=flat-square
:target: https://pypi.python.org/pypi/djangocms-page-sitemap
:alt: Latest PyPI version.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/djangocms-page-sitemap.svg?style=flat-square
:target: https://pypi.python.org/pypi/djangocms-page-sitemap
:alt: Python versions.. |GAStatus| image:: https://github.com/nephila/djangocms-redirect/workflows/Tox%20tests/badge.svg
:target: https://github.com/nephila/djangocms-redirect
:alt: Latest CI build status.. |TestCoverage| image:: https://img.shields.io/coveralls/nephila/djangocms-page-sitemap/master.svg?style=flat-square
:target: https://coveralls.io/r/nephila/djangocms-page-sitemap?branch=master
:alt: Test coverage.. |License| image:: https://img.shields.io/github/license/nephila/djangocms-page-sitemap.svg?style=flat-square
:target: https://pypi.python.org/pypi/djangocms-page-sitemap/
:alt: License.. |CodeClimate| image:: https://codeclimate.com/github/nephila/djangocms-page-sitemap/badges/gpa.svg?style=flat-square
:target: https://codeclimate.com/github/nephila/djangocms-page-sitemap
:alt: Code Climate