We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e79c6 commit 69b6d2cCopy full SHA for 69b6d2c
tests/runtests.py
@@ -7,6 +7,7 @@
7
import os
8
import sys
9
import django
10
+from django.core.management import call_command
11
12
here = os.path.dirname(os.path.abspath(__file__))
13
parent = os.path.dirname(here)
0 commit comments