[Answered ]-Cursor "_django_curs_1696_sync_2" does not exist

1👍

The simplest solution to this problem

  1. Delete All files in all app migration folder (Except _ _ init _ _ .py)
  2. If use Docker Delete DB Volumes, Else 🤣 Delete Your DB
  3. ReCreate the Database
  4. Run $Python manage.py makemigrations
  5. Run $Python manage.py migrate
  6. Enjoy IT

Leave a comment