diff --git a/archivebox/extractors/title.py b/archivebox/extractors/title.py index f75edbb5..2db6dc3d 100644 --- a/archivebox/extractors/title.py +++ b/archivebox/extractors/title.py @@ -17,6 +17,7 @@ from ..config import ( CURL_BINARY, CURL_VERSION, CURL_USER_AGENT, + setup_django, ) from ..logging_util import TimedProgress