mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
8 lines
179 B
Python
8 lines
179 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WorkersConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "archivebox.workers"
|
|
label = "workers"
|