save this, it does work

This commit is contained in:
shamoon
2026-01-22 16:23:16 -08:00
parent e3c29fc626
commit 3f467882bc
9 changed files with 329 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "paperless_migration.settings")
application = get_wsgi_application()