mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
bug: add product balcao resolved
This commit is contained in:
Binary file not shown.
@@ -5,6 +5,7 @@ from mesas.models import Mesa
|
||||
|
||||
|
||||
def mesas(request):
|
||||
|
||||
mesas = Mesa.objects.all()
|
||||
return render(request, 'mesas.html', {'mesas': mesas})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user