Update project, small changes

This commit is contained in:
2022-09-25 11:16:14 +03:00
parent 19df854243
commit 5017e004c2
7 changed files with 50 additions and 41 deletions

View File

@@ -3,3 +3,7 @@ from django.shortcuts import render
def orders_list(request):
return render(request, 'orders/orders-list.html')
def order_create(request):
return render(request, 'orders/order-create.html')