GithubHelp home page GithubHelp logo

nephila / djangocms-page-tags Goto Github PK

View Code? Open in Web Editor NEW
12.0 6.0 7.0 270 KB

Tagged pages for django CMS 3

Home Page: https://djangocms-page-tags.readthedocs.io/

License: BSD 3-Clause "New" or "Revised" License

Python 95.62% CSS 0.92% HTML 3.38% Gherkin 0.08%
django python django-cms tags

djangocms-page-tags's Introduction

djangocms-page-tags

Join the Gitter chat Latest PyPI version Python versions Latest CI build status Test coverage Code Climate 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/

djangocms-page-tags's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

djangocms-page-tags's Issues

Error page not found when deleting Tag from tool menu

I am using the latest django-cms=3.4.3 and Django==1.10.7 it throws a 404 NOT FOUND error when clicking on the Delete button within the tool menu:

http://127.0.0.1:8000/en/admin/djangocms_page_tags/pagetags/2/change/delete/?cms_path=%2Fen%2F

Steps to reproduce the error:

  • Install the versions django-cms=3.4.3, Django==1.10.7, djangocms-page-tags==0.5.
  • Click on Page -> Tags -> Common...
  • Click on the Delete button

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.