mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-25 20:24:25 -04:00
merge queues and actors apps into new workers app
This commit is contained in:
parent
e50f8cb3b6
commit
e469c5a344
37 changed files with 89 additions and 304 deletions
|
@ -10,7 +10,7 @@ from django.conf import settings
|
|||
from django.urls import reverse_lazy
|
||||
from django.utils import timezone
|
||||
|
||||
from actors.models import ModelWithStateMachine
|
||||
from workers.models import ModelWithStateMachine
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from core.models import Snapshot, ArchiveResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue