Hi There, While creating tables using models.py getting this error, However i have tried to delete table but its falling any one know any solution ?
Error - File "/usr/local/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py", line 421, in execute return Database.Cursor.execute(self, query) django.db.utils.OperationalError: table "polls_question" already exists -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d17be0e8-2a24-4b0a-97ed-c7183e7bba01n%40googlegroups.com.

