mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 16:14:28 -04:00
add missing setup_django import
This commit is contained in:
parent
9e7330cc14
commit
032c2458de
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue