refactor codigo

This commit is contained in:
juanjo
2026-04-11 13:00:25 +02:00
parent 9e1c176ff9
commit c5f1b4e131
8 changed files with 144 additions and 16 deletions

5
apps/promociones/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class PromocionesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'apps.promociones'