Restructuración breve de la página principal

This commit is contained in:
adrigongv23 2026-05-24 12:50:38 +02:00
parent 8d3205bf8f
commit cf862e56c7
5 changed files with 88 additions and 70 deletions

View file

@ -16,7 +16,7 @@ Including another URLconf
"""
from django.contrib import admin
from django.urls import path, include
from django.urls import path
from gestion import views # Importamos las vistas de la app donde guardaste la función
urlpatterns = [