Add new path for a test page

This commit is contained in:
David Doblas Jiménez 2022-01-04 15:25:36 +01:00
parent e79d1e702c
commit 77a2e7d954
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ from django.urls import path
from projects import views
urlpatterns = [
path("", views.project_list),
path("test", views.project_list),
]