big overhaul of REST API, split into auth, core, and cli methods

This commit is contained in:
Nick Sweeting 2024-04-25 03:56:22 -07:00
parent e5aba0dc2e
commit 75153252dc
No known key found for this signature in database
20 changed files with 790 additions and 265 deletions

View file

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