exibindo dados do banco no html

This commit is contained in:
2024-12-10 20:42:10 -03:00
parent 91dde27384
commit fbb326f347
26 changed files with 170 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ from django.urls import path, include
urlpatterns = [
path('admin/', admin.site.urls),
path('/', include('home.urls')),
path('products/', include('products.urls')),
path('mesas/', include('mesas.urls')),
path('typePay/', include('typePay.urls')),