{% extends 'devtools/base.html' %} {% block title %}Home - DevTools{% endblock %} {% block content %}
Table: {{ model.table_name }}
Records: {{ model.count }}
Fields: {{ model.fields|length }}
These development tools are only available in DEBUG mode and require superuser privileges. They should never be enabled in production.