feat: create tabs page orders

This commit is contained in:
2025-01-10 16:43:22 -03:00
parent 0e096207a6
commit b84fd3bb69
15 changed files with 270 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ urlpatterns = [
path('comandas/', include('comandas.urls')),
path('categories/', include('categories.urls')),
path('balcao/', include('balcao.urls')),
path('pedidos/', include('orders.urls')),
]