Django Tagging Autocomplete Tag-It
9th February 2012 in Coding
I wanted to implement this functionality in my django projects for some time now and I finally had the chance to work on a project that has this requirement in the specification.
This is an attempt to a django reusable app that aims to be functional but flexible. It's based on django-tagging-autocomplete and depends on django-tagging.
Features:
- Tag editing
- Autocompletition
- Customizable maximum tags number
- Costomizable max length of each tag
- Customizable minimum amount of letters before the autocompletition starts
- Aims to be flexible (help me if you want)
continue reading "Django Tagging Autocomplete Tag-It"