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
Currently only one user session can be handled at a time. After the session is over the following command must be run to flush the database. First stop the server, then run:
python3 manage.py flush
then start the server
python3 manage.py runserver
and reload the interface.
The code needs to be refactored to allow for multiple simultaneous user sessions.
The text was updated successfully, but these errors were encountered:
Currently only one user session can be handled at a time. After the session is over the following command must be run to flush the database. First stop the server, then run:
then start the server
and reload the interface.
The code needs to be refactored to allow for multiple simultaneous user sessions.
The text was updated successfully, but these errors were encountered: