L
L
Les Alterman2015-12-10 20:12:19
Django
Les Alterman, 2015-12-10 20:12:19

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

1 answer(s)
U
un1t, 2015-12-10
@Les_Alterman

manage.py migrate

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question