bb307d34d2
- Adds django rest framework to requirements - Adds basic plant model with id and name fields - Adds CRUD endpoints to interact with plant objects
3 lines
63 B
Text
3 lines
63 B
Text
Django==3.2.8
|
|
psycopg2-binary>=2.8
|
|
djangorestframework==3.12.4
|