Language

Package: python-django-tagging @ 0.5.0

Synopsis

Generic tagging application for Django

Description

This package provides a generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple.

Home page
https://github.com/Fantomas42/django-tagging
Location
gnu/packages/django.scm (line: 998, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?