Open Marcus-Cox opened 2 years ago
Currently getting the error, TypeError: list indices must be integers or slices, not str
solved issue by adding parenthesis to lines to the following lines: hatch_date=request.data.get("hatch_date"), diet=request.data.get("diet"), price=request.data.get("price") Will need to inquire as to why they are needed in the future. Will need to link the model and possibly the migration data
Create feature in CRUD not working yet.