I am trying to create a Recipe API in django, I have tried to implement a many-to-many relationship between recipes and ingredients like so:
models.py