{% extends 'adminpanel/base.html' %} {% block title %}Settings ยท Admin Dashboard{% endblock %} {% block page_title %}Settings{% endblock %} {% block content %}

Notifications

Control which automated emails are sent to users.

{% csrf_token %}

System

Runtime information (read-only).

Email backend
{{ email_backend }}
Default from email
{{ default_from_email }}
Database
{{ database_engine }}
Debug mode
{% if debug_mode %}ON{% else %}OFF{% endif %}
Allowed hosts
{{ allowed_hosts|join:', ' }}

Maintenance

Quick actions to keep things healthy.

{% csrf_token %}

Send test email

Verify SMTP configuration by sending a quick test.

{% csrf_token %}
{% endblock %}