I am trying to refactor a Django project. I renamed a couple apps and added a new one, as well as shuffled some models around. I want to clear my database and migrations and sta
This may help you if you want to clear sqlite3 DB follow these steps.
python/python3 manage.py migrate
python/python3 manage.py makemigrations
python/python3 manage.py migrate
python/python3 manage.py createsuperuser
. you should use new name not old user name