1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-09 16:17:10 +02:00

fix old wsgi.py

This commit is contained in:
Nick Sweeting
2024-10-04 16:08:57 -07:00
parent d8443e104f
commit f76bdc4332

View File

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