How to use Django shell in Jupyter Notebook
Intro
Running Django, especially Django querysets in Jupiter notebooks might be useful if you want to analyze/plot the data that is in your database. Also, sometimes it's hard to execute big querysets in CLI using Django's interactive shell.
In this...
davit.hashnode.dev3 min read