{% extends "base.html" %} {% block title %}{{ application_name }} Development Console - Interactive Console{% endblock %} {% block breadcrumbs %} Interactive Console {% endblock %} {% block head %} {% endblock %} {% block body %} {% if interactive_console %}
The interactive console has been disabled for security because the dev_appserver is listening on a non-default address. If you would like to re-enable the console, invoke dev_appserver with the --enable_console argument.
See the online documentation for more information. {% endif %} {% endblock %} {% block final %} {% if interactive_console %} {% endif %} {% endblock %}