Base setup

This commit is contained in:
2025-09-23 13:30:03 +08:00
parent 1057ed8690
commit e51154bb29
34 changed files with 2574 additions and 1 deletions

6
crawler/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class CrawlerConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'crawler'