Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Django-Tagging still maintained? [closed]

Last contribution to github has been on 2010_01_22, which is more than 2 years now. Tagging still works, but will it continue to? Is it just so well written it doesn't need maintaining for such a long time? Or do i just have the wrong source with https://github.com/brosner/django-tagging?

like image 729
marue Avatar asked Jan 28 '12 14:01

marue


People also ask

What is Django Taggit?

Django-Taggit is a Django application which is used to add tags to blogs, articles etc. It makes very easy for us to make adding the tags functionality to our django project.


1 Answers

That's just a clone of http://code.google.com/p/django-tagging/ which works perfectly and is a very well written app. There is also a good alternative called django-taggit https://github.com/alex/django-taggit

like image 187
Timmy O'Mahony Avatar answered Sep 18 '22 07:09

Timmy O'Mahony