UPDATE
This commit is contained in:
@@ -4,10 +4,12 @@ from .views import (
|
||||
IrrigationMethodDetailView,
|
||||
IrrigationMethodListCreateView,
|
||||
IrrigationRecommendView,
|
||||
WaterStressView,
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
path("", IrrigationMethodListCreateView.as_view(), name="irrigation-list-create"),
|
||||
path("<int:pk>/", IrrigationMethodDetailView.as_view(), name="irrigation-detail"),
|
||||
path("recommend/", IrrigationRecommendView.as_view(), name="irrigation-recommend"),
|
||||
path("water-stress/", WaterStressView.as_view(), name="water-stress"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user