Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created May 30, 2012 14:08
Show Gist options
  • Save groovecoder/2836558 to your computer and use it in GitHub Desktop.
Save groovecoder/2836558 to your computer and use it in GitHub Desktop.
class DocumentTag(TagBase):
"""A tag indexing a document"""
class Meta:
verbose_name = _("Document Tag")
verbose_name_plural = _("Document Tags")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment