DJANGO MODEL

Create a model in Django that can describes a garden with rows for plants. Every plant needs some room to grow and it should describe how many plants would fit in a row. The following should describe the fields defined; plant name, size/area around plant, number of plants.

Jan 17, 2025 - 20:16
DJANGO MODEL

Create a model in Django that can describes a garden with rows for plants. Every plant needs some room to grow and it should describe how many plants would fit in a row. The following should describe the fields defined; plant name, size/area around plant, number of plants.