We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99fda6b + ebaa042 commit 8fcc5acCopy full SHA for 8fcc5ac
1 file changed
project_rates/urls.py
@@ -1,10 +1,9 @@
1
from django.urls import path
2
3
-from project_rates.views import RateProject, RateProjects, RateProjectsDetails
+from project_rates.views import RateProject, RateProjects
4
5
6
urlpatterns = [
7
path("rate/", RateProject.as_view()),
8
path("<int:program_id>", RateProjects.as_view()),
9
- path("details/<int:project_id>", RateProjectsDetails.as_view()),
10
]
0 commit comments