{% extends 'devtools/base.html' %} {% block title %}Django DevTools - Modern Development Dashboard{% endblock %} {% block content %}
Modern development tools for exploring, debugging, and managing your Django applications.
Applications
{{ total_apps }}
Models
{{ total_models }}
Security
Active
Mode
DEBUG
Powerful tools to explore and debug your Django application
Execute Python code or SQL queries in real-time with syntax highlighting and error handling.
Browse and explore your database tables with pagination, filtering, and detailed views.
Visualize and explore your database structure, relationships, and constraints.
Overview of all available models in your Django applications
No Django models were found in your applications.
These development tools are only available in DEBUG mode and require superuser privileges. They should never be enabled in production environments.