I'm looking to relate projects with notes. I can currently choose a project in a note form. I'd like to be able to list all related notes in a project. I feel like this would be solved by creating a model method in my project.py but I'm not sure what how to connect the view to the model. Any help?
Here's my project view:
my project.py:
Any help or ideas are appreciated.