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
At the moment, when the user submits code on the website, the request is sent directly to the Engine. This is bad because Django is out of the loop. It has no way of knowing about what users are submitting. This issue will be deemed resolved when:
the engine is installed on our server
code submissions are sent directly to Django
Django submits users' code the Engine
Django processes the Engine's response and sends the appropriate response back to the user
Django saves information about the submission into the database
The text was updated successfully, but these errors were encountered:
At the moment, when the user submits code on the website, the request is sent directly to the Engine. This is bad because Django is out of the loop. It has no way of knowing about what users are submitting. This issue will be deemed resolved when:
The text was updated successfully, but these errors were encountered: