Closed
Description
#106 caused it. #109 did not fix it. I tried to remove migrations
python manage.py makemigrations
python manage.py migrate
after deleting db.sqlite3. This did not fix the issue. I also got few suggestions on completely removing sqlite3 as this doesn't go quite well with Heroku and have Postgres instead; please let me know your thoughts on this.
@vaibhavsingh97 @anubhakushwaha Please look into it. Let me know if you need access to Heroku. I will update this issue with commit having the steps to make a Django app on Heroku live, you can push to that and fix instead of main develop or master.
We can create one more for predev before pushing on develop, where we can try out things.