We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 411f641 + 24c3254 commit 61c0b18Copy full SHA for 61c0b18
project_rates/urls.py
@@ -1,9 +1,8 @@
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
urlpatterns = [
6
path("rate/", RateProject.as_view()),
7
path("<int:program_id>", RateProjects.as_view()),
8
- path("details/<int:project_id>", RateProjectsDetails.as_view()),
9
]
0 commit comments