mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
fixed missing imports
This commit is contained in:
parent
2f1959b43e
commit
7a754a3469
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue