Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Session Handling #1

Open
natehouk opened this issue Jun 13, 2023 · 0 comments
Open

Implement Session Handling #1

natehouk opened this issue Jun 13, 2023 · 0 comments

Comments

@natehouk
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant