“end42”

This commit is contained in:
jp.dev 2020-11-24 04:52:40 -03:00
parent e5c6687d6f
commit 66691aa161

View File

@ -6,7 +6,7 @@ from django.conf.urls.static import static
urlpatterns = [
path('', views.home, name="Inicio"),
path('tienda', views.tienda, name ='Tienda'),
path('tienda/', views.tienda, name ='Tienda'),
path('sample/', views.sample, name ='Sample'),
]