{% extends 'dj_backup/base/base_template.html' %} {% block Title %} Settings Management {% endblock %} {% block BodyClass %} has-rtl nk-body npc-apps apps-only has-apps-sidebar npc-apps-files {% endblock %} {% block Content %}
{% include 'dj_backup/base/header.html' %}
{% include 'dj_backup/base/menu-aside.html' %}

Settings

By adding log receiver, you can be notified instantly via email about logs and alerts that occur.
Add receiver notification
{% csrf_token %}
Receivers
{% for receiver in notification_receivers %} {% empty %} {% endfor %}
level email action
{{ receiver.level_label }} {{ receiver.email|truncatechars:50 }}
No results found
{% endblock %}