From eaa4a9c5ea14d1fc11740af460e9e9a1135babd0 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 25 Jan 2024 02:22:50 -0800 Subject: [PATCH] fix django core auth --- archivebox/core/auth.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/archivebox/core/auth.py b/archivebox/core/auth.py index fb15d5a8..a396b9ae 100644 --- a/archivebox/core/auth.py +++ b/archivebox/core/auth.py @@ -1,5 +1,7 @@ -import os -from django.conf import settings +__package__ = 'archivebox.core' + + + from ..config import ( LDAP )