from django.urls import path
from . import views
urlpatterns = [
path('project_knowledge/', views.project_knowledge, name='project_knowledge'),
]