estilizando modal produtos

This commit is contained in:
2024-12-11 23:01:11 -03:00
parent e5ef3898d0
commit ae5d47fa7c
8 changed files with 102 additions and 71 deletions

View File

@@ -4,6 +4,7 @@ from . import views
urlpatterns = [
path('', views.products, name='products'),
path('create_product', views.createProduct, name='create_product'),