feat: rename app, some work on schema

This commit is contained in:
Herculino Trotta
2025-01-17 17:40:51 -03:00
parent c171e0419a
commit fbb26b8442
22 changed files with 486 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class ImportConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.import_app"