Carga
Carga
This commit is contained in:
9
principal/views.py
Normal file
9
principal/views.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.shortcuts import render
|
||||
from fijos.models import AltaSensoresFijos
|
||||
|
||||
|
||||
|
||||
# Create your views here.
|
||||
def inicio(request):
|
||||
menus = AltaSensoresFijos.objects.all()
|
||||
return render(request, 'index.html', {"menus": menus})
|
||||
Reference in New Issue
Block a user