fix django core auth

This commit is contained in:
Nick Sweeting 2024-01-25 02:22:50 -08:00
parent beb83f292d
commit eaa4a9c5ea

View file

@ -1,5 +1,7 @@
import os
from django.conf import settings
__package__ = 'archivebox.core'
from ..config import (
LDAP
)