lms.djangoapps.debug package#
Submodules#
lms.djangoapps.debug.views module#
Views for debugging and diagnostics
- lms.djangoapps.debug.views.run_python(request)#
A page to allow testing the Python sandbox on a production server.
- Runs in the override context “debug_run_python”, so resource limits with come first from:
CODE_JAIL[‘limit_overrides’][‘debug_run_python’]
- and then from:
CODE_JAIL[‘limits’]
- lms.djangoapps.debug.views.show_parameters(request)#
A page that shows what parameters were on the URL and post.