ArchiveBox/archivebox/crawls/apps.py
2026-09-01 01:07:04 -07:00

8 lines
176 B
Python

from django.apps import AppConfig
class CrawlsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "archivebox.crawls"
label = "crawls"