mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
move config into dedicated global app
This commit is contained in:
@@ -10,7 +10,7 @@ from django.db import transaction
|
||||
|
||||
from .schema import Link
|
||||
from ..util import enforce_types, parse_date
|
||||
from ..config import (
|
||||
from ..config.legacy import (
|
||||
OUTPUT_DIR,
|
||||
TAG_SEPARATOR_PATTERN,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user