Add new path for a test page
This commit is contained in:
@@ -2,5 +2,5 @@ from django.urls import path
|
|||||||
from projects import views
|
from projects import views
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("", views.project_list),
|
path("test", views.project_list),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user