feat: add api

This commit is contained in:
Herculino Trotta
2024-10-09 22:25:22 -03:00
parent 5a2fa2bb2d
commit d66ca1e8af
13 changed files with 243 additions and 0 deletions

6
app/apps/api/apps.py Normal file
View File

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