mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 09:55:33 +10:00
merge queues and actors apps into new workers app
This commit is contained in:
7
archivebox/workers/apps.py
Normal file
7
archivebox/workers/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class WorkersConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'workers'
|
||||
|
||||
Reference in New Issue
Block a user