Added missing import statement

This commit is contained in:
Jeremy Stretch 2018-07-10 10:11:09 -04:00
parent 289a762bf1
commit 29172d045d

View File

@ -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