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
User input is stored in request.session dictionary before being submitted to the database. Access keys by request.session[key_name] in .py files and by {{ request.session.key_name }} in .html files