1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 20:31:38 +02:00

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_BINARY,
CURL_VERSION, CURL_VERSION,
CURL_USER_AGENT, CURL_USER_AGENT,
setup_django,
) )
from ..logging_util import TimedProgress from ..logging_util import TimedProgress