style | clean

This commit is contained in:
2025-01-08 19:43:53 -03:00
parent 57f6f3a7fa
commit d874b94c16
16 changed files with 43 additions and 93 deletions

View File

@@ -1,4 +1,4 @@
from django.shortcuts import render, redirect
from django.shortcuts import render
from comandas.models import Comanda, ProductComanda
from products.models import Product
@@ -20,7 +20,6 @@ def viewBalcao(request):
for p in products:
if p.name == produto['nome'] and p.active == True:
products_ordenados.append(p)
total = 0
for produto in consumo: