{% extends "skeleton.html" %} {% block page_title %}Interactive Console{% endblock %} {% block page_head %} {% endblock %} {% block body %} {% if enable_console %}
Click Execute!
None of the running modules support an interactive console.
{% endif %}The interactive console is currently disabled. To enable the console, invoke dev_appserver.py with the --enable_console argument.
{% endif %} {% endblock %}