fixed missing imports

This commit is contained in:
Asif Saif Uddin 2018-10-23 13:38:37 +06:00
parent 2f1959b43e
commit 7a754a3469

View file

@ -1,6 +1,8 @@
from os import path
from django.contrib.auth.models import User
from django.test import TestCase
from django.urls import reverse
from files.models import CaptionedFile