add missing setup_django import

This commit is contained in:
Nick Sweeting 2020-07-28 05:58:13 -04:00
parent 9e7330cc14
commit 032c2458de

View file

@ -17,6 +17,7 @@ from ..config import (
CURL_BINARY,
CURL_VERSION,
CURL_USER_AGENT,
setup_django,
)
from ..logging_util import TimedProgress