mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 17:35:45 +10:00
9 lines
180 B
Python
9 lines
180 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WorkersConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'archivebox.workers'
|
|
label = 'workers'
|
|
|