mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 21:24:16 -04:00
add new crawls app
This commit is contained in:
parent
a4d06646e7
commit
ad4657861f
7 changed files with 325 additions and 0 deletions
6
archivebox/crawls/apps.py
Normal file
6
archivebox/crawls/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CrawlsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "crawls"
|
Loading…
Add table
Add a link
Reference in a new issue