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

@ -65,8 +65,7 @@ INSTALLED_APPS = [
'config', # ArchiveBox config settings (loaded as a plugin, don't need to add it here)
'machine', # handles collecting and storing information about the host machine, network interfaces, installed binaries, etc.
'workers', # handles starting and managing background workers and processes (orchestrators and actors)
'seeds', # handles Seed model and URL source management
'crawls', # handles Crawl and CrawlSchedule models and management
'crawls', # handles Seed, Crawl, and CrawlSchedule models and management
'personas', # handles Persona and session management
'core', # core django model with Snapshot, ArchiveResult, etc.
'api', # Django-Ninja-based Rest API interfaces, config, APIToken model, etc.