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"
27th October 2010
in Coding
If you are using Django 1.2 and you tried installing Django Tagging Autocomplete you will have noticed that the autocompletition won't work unless you oad a second copy of jQuery. Since I find that a very crappy solution I found a solution that works better for me and I want to share it with you.
continue reading "Tagging Autocomplete to work with Django 1.2"