This is a blog made for personal use
Clone this repository on your machine,
and execute pipenv install --dev
to install its dependencies
Run python manage.py makemigrations
to check if theres any new migration to be made
Execute your migrations by running python manage.py migrate
.