In this post, I will add some of my notes on Django, so that I can quickly reference when I need it again.
Useful links on Database Migration for Django based web application
https://simpleisbetterthancomplex.com/tutorial/2017/09/26/how-to-create-django-data-migrations.html
https://realpython.com/django-migrations-a-primer/
https://docs.djangoproject.com/en/2.2/howto/writing-migrations/