What could be the source of the error below
OperationalError at /users/
no such table: auth_user
Request Method: | GET |
---|---|
Request URL: | http://127.0.0.1:4000/users/ |
Django Version: | 4.0.10 |
Exception Type: | OperationalError |
Exception Value: | no such table: auth_user |
Exception Location: | C:\Users\DEVPOINT\Desktop\My-hire-backend\env\Lib\site-packages\django\db\backends\sqlite3\base.py, line 477, in execute |
Python Executable: | C:\Users\DEVPOINT\Desktop\My-hire-backend\env\scripts\python.exe |
Python Version: | 3.11.5 |
Python Path: | [‘C:\Users\DEVPOINT\Desktop\My-hire-backend’, ‘C:\Users\DEVPOINT\AppData\Local\Programs\Python\Python311\python311.zip’, ‘C:\Users\DEVPOINT\AppData\Local\Programs\Python\Python311\DLLs’, ‘C:\Users\DEVPOINT\AppData\Local\Programs\Python\Python311\Lib’, ‘C:\Users\DEVPOINT\AppData\Local\Programs\Python\Python311’, ‘C:\Users\DEVPOINT\Desktop\My-hire-backend\env’, ‘C:\Users\DEVPOINT\Desktop\My-hire-backend\env\Lib\site-packages’] |