Skip to content

Commit d23e135

Browse files
committed
[FIX] land record
1 parent 7a3ff59 commit d23e135

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

spp_base_farmer_registry_demo/models/generate_demo_data.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,13 @@ class SPPDemoDataGenerator(models.Model):
7878
]
7979

8080
CULTIVATION_METHODS = [
81-
("irrigated", "Irrigated"),
82-
("rainfed", "Rainfed"),
81+
("cultivation", "Cultivation"),
82+
("livestock", "Livestock"),
83+
("aquaculture", "Aquaculture"),
84+
("mixed", "Mixed Use"),
85+
("fallow", "Fallow"),
86+
("leased_out", "Leased Out"),
87+
("other", "Other"),
8388
]
8489

8590
LEGAL_STATUSES = [

0 commit comments

Comments
 (0)