A /debug/run_python endpoint for staff to test the sandboxing of Python code.

This commit is contained in:
Ned Batchelder
2013-02-22 13:31:31 -05:00
parent df17c0c7dd
commit ec7a04fdb3
6 changed files with 56 additions and 0 deletions

View File

@@ -589,6 +589,7 @@ INSTALLED_APPS = (
# For testing
'django.contrib.admin', # only used in DEBUG mode
'debug',
# Discussion forums
'django_comment_client',