Skip to main content

django-tags is a reusable Django application for simple tags.

Project description

django-tags a simpler approach to tagging with Django. Add "tags" to your INSTALLED_APPS then just add a TaggableManager to your model and go:

from django.db import models

from tags.field import TagField

class Food(models.Model):
    # ... fields here

    tags = TagField('Tags')

Tags will show up for you automatically in forms and the admin.

django-tags requires Django 1.3 or greater.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page