Browse Source

fix django core auth

Nick Sweeting 1 year ago
parent
commit
eaa4a9c5ea
1 changed files with 4 additions and 2 deletions
  1. 4 2
      archivebox/core/auth.py

+ 4 - 2
archivebox/core/auth.py

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