Hello group.
I'm restarting one of my old projects which was using django taggit.
As taggit itself has no built-in tag cloud feature the docs recommend me to use django-taggit-templatetags.
Turns out the project is unmaintained (And, in fact, I've faced the issue before
https://github.com/feuervogel/django-taggit-templatetags/issues/23).
I'll probably just fork it and try to maintain some package for django 2.1+. But I grew curious. Does none of you use this library? What do you use instead? or just live without that package?
Thanks in advance.