1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 11:35:59 +02:00

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
)