Database migration strategies that help to move model(s) into other apps without deleting or creating new tables and/or foreign keys.
Django has a powerful ORM that helps to build and execute SQL queries. Here you'll find Django QuerySet examples with SQL codes.
Learn how to connect Django's shell with the Jupyter Notebook. Writing Django QuerySets in notebooks will help you to plot/analyze data easily.