Skip to content

Add tags to your models with django-taggit | Django Packages Series

Notifications You must be signed in to change notification settings

thepylot/django-taggit-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-taggit-tutorial

Add tags to your models with django-taggit | Django Packages Series #1

Getting Started

This project works on Python 3+ and Django 2+.

Install dependencies:

python3 -m pip3 install -r requirements.txt

then run following commands:

python3 manage.py makemigrations posts
python3 manage.py migrate
python3 manage.py runserver

About

Add tags to your models with django-taggit | Django Packages Series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages