django-tagging
Uninstalling django-dagging-autocomplete
I\'ve used setuptools to install django-tagging-autocpmlete. I then added all ne开发者_开发问答cessary settings to the settings file (INSTALLED_APPS, etc) and it worked fine.[详细]
2023-03-14 01:39 分类:问答How do I include strings from a non-tag field as tags using django-tagging?
In Django, using the django-tagging app, I want to make it so that items included in a field that isn\'t a TagField (e.g., authors, in this example) are added to the list of explicitly provided tags w[详细]
2023-03-07 17:14 分类:问答Django tagging and django admin
How can I add something like a dropdown list or text input with the开发者_开发百科 tags as a search in django adminclass YourModel(models.Model):[详细]
2023-02-15 14:43 分类:问答How make tags with properties in Django?
The django-tagging app provides basic tagging functionality. 开发者_高级运维I need each tag also to have properties (category, description, etc.), basically a related table. What\'s your recommendatio[详细]
2023-01-12 09:50 分类:问答Categories of tags
I\'m starting a pro bono project that is the web interface to the world\'s largest collection of lute music and it\'s a challenging collection from several points of view. The pieces are largely from[详细]
2023-01-07 14:08 分类:问答Django-Tagging - count and ordering top "tags" (Is there a cleaner solution to mine?)
I\'m using Django-Tagging, and I don\'t exactly need a cloud, I just want a limited list of the most popular tags used in my blog entries.[详细]
2022-12-14 08:46 分类:问答What to use for tagging in Django 1.1
Unless I\'m missing something, it seems django-tagging (0.3) doesnt work on Django 1.1.x. I was having issues then search around and it seems to be the general concensious.[详细]
2022-12-12 10:57 分类:问答django-tagging loaddata error
I\'m trying to do a transition from MySQL to SQLite for a small site. django-tagging is used for one of the models. For the transition I\'m using the dumpdata » loaddata method.[详细]
2022-12-09 17:47 分类:问答What are some useful non-built-in Django tags?
I\'m relatively new to Django and I\'m trying to build up my toolbox for future projects.In my last project, when a built-in template tag didn\'t do quite what I needed, I would make a mangled mess of[详细]
2022-12-08 02:33 分类:问答