Answer the question
In order to leave comments, you need to log in
How to fix error when creating new user in Django?
When creating a new user, an error occurs
File "C:\Python35\lib\site-packages\django-1.9-py3.5.egg\django\db\backends\sqlite3\base.py", line 323, in execute
return Database. Cursor.execute(self, query, params)
django.db.utils.OperationalError: no such table: auth_user
I got into this file and found this on line 323:
return Database.Cursor.execute(self, query, params)
What should I do?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question