vistas iniciales en las tablas
This commit is contained in:
6
comparte/urls.py
Normal file
6
comparte/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.HelloComparteView.as_view(), name='hello_comparte'),
|
||||
]
|
||||
Reference in New Issue
Block a user