The most easiest solution is to just delete your model from models.py ( Remove the model from everywhere where you have imported it like admin.py, views.py, or any other file where you have imported it) and run python3 manage.py makemigrations