paint-brush
How to add tags to your models in Django: Django Packages Series #1by@thedevtimeline
1,148 reads
1,148 reads

How to add tags to your models in Django: Django Packages Series #1

by thedevtimeline9mDecember 14th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Django-taggit is a reusable application that primarily offers you a Tag model, and a manager for easily adding tags to any model. We will create very simple blog app and implement tagging system in it. We are using jQuery plugin which provides a Twitter Bootstrap user interface for managing tags. By tagging an article with relevant key words, user can find the information easily so it makes your blog more professional. The TaggableManager will show up automatically as a field in a ModelForm or in the admin.py.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - How to add tags to your models in Django: Django Packages Series #1
thedevtimeline HackerNoon profile picture
thedevtimeline

thedevtimeline

@thedevtimeline

Sharing real experience

Learn More
LEARN MORE ABOUT @THEDEVTIMELINE'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

thedevtimeline HackerNoon profile picture
thedevtimeline@thedevtimeline
Sharing real experience

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here