first commit
This commit is contained in:
7
base/urls.py
Normal file
7
base/urls.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
path('bacaan/<str:pk>', views.bacaan, name='bacaan'),
|
||||
]
|
||||
Reference in New Issue
Block a user