Update Docker Compose ports to 8081 and add new apps and URL routes for crop zoning, plant simulator, pest detection, irrigation recommendation, fertilization recommendation, and farm AI assistant.

This commit is contained in:
2026-02-25 12:21:53 +03:30
parent 608252714b
commit 2a77f90ccd
46 changed files with 4142 additions and 2 deletions
+6
View File
@@ -22,6 +22,12 @@ INSTALLED_APPS = [
"account",
"sensor_hub",
"dashboard",
"crop_zoning",
"plant_simulator",
"pest_detection",
"irrigation_recommendation",
"fertilization_recommendation",
"farm_ai_assistant",
"rest_framework",
"corsheaders",
]