I would like feedback on my database relationships. I'm not sure if I used the correct ForeignKey structure for users to save multiple stocks. Also, is my logic for fetching real-time stock data in views.py efficient, or is there a better way to handle API calls in Django?

Be the first feedback