This commit is contained in:
2026-03-25 01:54:43 +03:30
parent d572265d9c
commit 24b90a8c81
17 changed files with 411 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class IngestConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "ingest"