mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-04 16:53:53 -04:00
move config into dedicated global app
This commit is contained in:
parent
ee7f73bd7b
commit
3e5b6ddeae
79 changed files with 494 additions and 525 deletions
|
@ -6,9 +6,9 @@ from django.conf import settings
|
|||
|
||||
from archivebox.index.schema import Link
|
||||
from archivebox.util import enforce_types
|
||||
from archivebox.config import stderr
|
||||
from archivebox.misc.logging import stderr
|
||||
|
||||
# from archivebox.plugins_sys.config.apps import settings.CONFIGS.SearchBackendConfig
|
||||
# from archivebox.archivebox.config import settings.CONFIGS.SearchBackendConfig
|
||||
|
||||
from .utils import get_indexable_content, log_index_started
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue