UPDATE
This commit is contained in:
@@ -5,6 +5,7 @@ from .views import (
|
||||
HarvestPredictionView,
|
||||
PlantGrowthSimulationStatusView,
|
||||
PlantGrowthSimulationView,
|
||||
YieldHarvestSummaryView,
|
||||
YieldPredictionView,
|
||||
)
|
||||
|
||||
@@ -12,6 +13,7 @@ from .views import (
|
||||
urlpatterns = [
|
||||
path("current-farm-chart/", CurrentFarmSimulationChartView.as_view(), name="current-farm-chart"),
|
||||
path("harvest-prediction/", HarvestPredictionView.as_view(), name="harvest-prediction"),
|
||||
path("yield-harvest-summary/", YieldHarvestSummaryView.as_view(), name="yield-harvest-summary"),
|
||||
path("yield-prediction/", YieldPredictionView.as_view(), name="yield-prediction"),
|
||||
path("growth/", PlantGrowthSimulationView.as_view(), name="growth-simulation"),
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user