mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 05:34:14 -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
|
@ -10,7 +10,7 @@ from datetime import datetime, timezone
|
|||
|
||||
from django.db.models import QuerySet
|
||||
|
||||
from ..config import (
|
||||
from ..config.legacy import (
|
||||
SAVE_ALLOWLIST_PTN,
|
||||
SAVE_DENYLIST_PTN,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue