Test refont grahpique véhicules

This commit is contained in:
Ambulance Clerc
2022-11-10 17:31:49 +01:00
parent 4fa883235b
commit 93842a9b63
7 changed files with 11 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ from vehicles.models import *
@xframe_options_exempt
def view_vhc(request):
template = loader.get_template("vhc/vhc.html")
a_vhc = Vehicles.objects.all()
a_vhc = Vehicles.objects.all().order_by("nStatus","nOrder")
context = {'list_vhc': a_vhc}
print("passs 1 ligne 12")