Files
Acceso_QR/principal/views.py
2025-04-10 02:16:51 -06:00

5 lines
121 B
Python

from django.shortcuts import render
# Create your views here.
def inicio(request):
return render(request, 'index.html')