From 032c2458defc8e829397416f49c120567e32c146 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 28 Jul 2020 05:58:13 -0400 Subject: [PATCH] add missing setup_django import --- archivebox/extractors/title.py | 1 + 1 file changed, 1 insertion(+) 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