merge seeds and crawls apps

This commit is contained in:
Nick Sweeting 2024-11-18 19:23:14 -08:00
parent 4c25e90378
commit 65afd405b1
No known key found for this signature in database
15 changed files with 168 additions and 224 deletions

View file

@ -51,8 +51,7 @@ def add(urls: str | list[str],
setup_django()
check_data_folder()
from seeds.models import Seed
from crawls.models import Crawl
from crawls.models import Seed, Crawl
from workers.orchestrator import Orchestrator
from abid_utils.models import get_or_create_system_user_pk