Files
RRBEC/gestaoRaul/comandas/views.py
2024-12-10 10:32:13 -03:00

6 lines
130 B
Python

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