After some errors, I dropped my database, deleted all my migration files (I left init.py). Now, when I run
python migrate.py makemigrations /
I had manually deleted one of the tables and the trick that worked for me was to execute the following steps:
Note: earlier I was not executing the #3 step and the table was not getting created. my django version: v3.0.5