You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repository, installed the virtual environment, ran the 'run.py,' but when I try to enter the username and password (anyone), I get this error:
OperationalError at /login
no such table: auth_user
Request Method: POST
I cloned the repository, installed the virtual environment, ran the 'run.py,' but when I try to enter the username and password (anyone), I get this error:
OperationalError at /login
no such table: auth_user
Request Method: POST
Request URL: | http://localhost:1515/login
Django Version: | 3.1.14
Exception Type: | OperationalError
Exception Value: | no such table: auth_user
Exception Location: | /Users/x86/OneDrive/VScode/Docker/strongMan/env/lib/python3.11/site-packages/django/db/backends/sqlite3/base.py, line 413, in execute
Python Executable: | /Users/x86/OneDrive/VScode/Docker/strongMan/env/bin/python3.11
Python Version: | 3.11.6
Python Path: | ['/Users/x86/OneDrive/VScode/Docker/strongMan', '/Users/x86/OneDrive/VScode/Docker/strongMan/env/bin',
'/usr/local/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python311.zip',
'/usr/local/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11',
'/usr/local/Cellar/[email protected]/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload',
'/Users/x86/OneDrive/VScode/Docker/strongMan/env/lib/python3.11/site-packages']
The text was updated successfully, but these errors were encountered: