Skip to content

dalhorinek/django-tags-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

django-tags-admin

Support for Tags in DJango Admin with Autocomplete and tags-input jquery plugin

REQUIREMENTS

jQuery and django-taggit is required

INSTALLATION

add tags_admin to your apps or python path

SETUP

  1. add 'tags_admin' to INSTALLED_APPS
  2. in models use from tags_admin.managers import TaggableManager

and in some class definition

class SomeModel(models.Model) tag = TaggableManager()

  1. in urls.py add url(r'^tags_admin/', include('tags_admin.urls')),

About

Support for Tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published