inicio del repo

This commit is contained in:
jburgos
2026-05-13 13:45:56 +00:00
parent 4233c697d5
commit e51e379440
13 changed files with 323 additions and 0 deletions

6
apps.py Normal file
View File

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