first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('home/', views.home_page),
|
||||
path('', views.home_page),
|
||||
path('blog/', views.blog_page)
|
||||
]
|
||||
Reference in New Issue
Block a user