Kaynağa Gözat

add missing setup_django import

Nick Sweeting 5 yıl önce
ebeveyn
işleme
032c2458de
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      archivebox/extractors/title.py

+ 1 - 0
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