mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
8 lines
176 B
Python
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"
|