mirror of
https://github.com/not-kennethreitz/morepython.org.git
synced 2026-06-05 06:56:14 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
from django.db import models
|
|
from taggit.managers import TaggableManager
|
|
|
|
# Create your models here.
|