“end42”
This commit is contained in:
parent
e5c6687d6f
commit
66691aa161
@ -6,7 +6,7 @@ from django.conf.urls.static import static
|
|||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('', views.home, name="Inicio"),
|
path('', views.home, name="Inicio"),
|
||||||
path('tienda', views.tienda, name ='Tienda'),
|
path('tienda/', views.tienda, name ='Tienda'),
|
||||||
path('sample/', views.sample, name ='Sample'),
|
path('sample/', views.sample, name ='Sample'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user