Added missing import statement
This commit is contained in:
parent
289a762bf1
commit
29172d045d
|
|
@ -2,6 +2,7 @@ from __future__ import unicode_literals
|
|||
|
||||
from collections import OrderedDict
|
||||
import pytz
|
||||
from taggit.models import Tag
|
||||
|
||||
from django.conf import settings
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
|
|
|
|||
Loading…
Reference in New Issue