feat: ssl pra debug

This commit is contained in:
2025-01-25 13:39:50 -03:00
parent 412eb763db
commit 56ca14e1cb
8 changed files with 7 additions and 6 deletions

View File

@@ -7,3 +7,5 @@ python manage.py startapp polls
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
pip freeze > requirements.txt
pip install -r requirements.txt

View File

@@ -13,6 +13,8 @@ from mesas.models import Mesa
from gestaoRaul.decorators import group_required
@group_required(groupName='Garçom')
def comandas(request):
comandas = Comanda.objects.filter(status__in=["OPEN", "PAYING"])

Binary file not shown.

View File

@@ -55,6 +55,7 @@ INSTALLED_APPS = [
'balcao',
'orders',
'login',
'django_extensions',
]
MIDDLEWARE = [

Binary file not shown.

View File

@@ -173,13 +173,9 @@ function teclado(event){
}else{
console.log(event.keyCode)
}
}else{
if (event.keyCode == 13){
troco()
}else{
console.log('')
}
}
}
function addOrder(){