Marcus-Cox / reptilerepo2

0 stars 0 forks source link

Cannot Create Objects #2

Open Marcus-Cox opened 2 years ago

Marcus-Cox commented 2 years ago

Create feature in CRUD not working yet.

Marcus-Cox commented 2 years ago

Currently getting the error, TypeError: list indices must be integers or slices, not str

Marcus-Cox commented 2 years ago

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