fix import errors

This commit is contained in:
Nick Sweeting 2024-09-30 19:32:57 -07:00
parent 51fe4c38c2
commit 2a1645ba27
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View file

@ -7,9 +7,7 @@ For more information on this file, see
https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/
"""
import os
from archivebox.config import setup_django
from archivebox.config.legacy import setup_django
setup_django(in_memory_db=False, check_db=True)