We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3ff59 commit d23e135Copy full SHA for d23e135
1 file changed
spp_base_farmer_registry_demo/models/generate_demo_data.py
@@ -78,8 +78,13 @@ class SPPDemoDataGenerator(models.Model):
78
]
79
80
CULTIVATION_METHODS = [
81
- ("irrigated", "Irrigated"),
82
- ("rainfed", "Rainfed"),
+ ("cultivation", "Cultivation"),
+ ("livestock", "Livestock"),
83
+ ("aquaculture", "Aquaculture"),
84
+ ("mixed", "Mixed Use"),
85
+ ("fallow", "Fallow"),
86
+ ("leased_out", "Leased Out"),
87
+ ("other", "Other"),
88
89
90
LEGAL_STATUSES = [
0 commit comments