1👍
The simplest solution to this problem
- Delete All files in all app migration folder (Except _ _ init _ _ .py)
- If use Docker Delete DB Volumes, Else 🤣 Delete Your DB
- ReCreate the Database
- Run
$Python manage.py makemigrations
- Run
$Python manage.py migrate
- Enjoy IT
Source:stackexchange.com