{% extends 'base.html' %} {% load static %} {% block title %}System Settings{% endblock %} {% block css %} {% endblock %} {% block content %}

System Settings

Configure global system settings and preferences

General Settings

{% csrf_token %}
minutes

Security Settings

{% csrf_token %}
days (0 = never)
minutes

Notification Settings

{% csrf_token %}
Start time
End time

Email Configuration

{% csrf_token %}

Backup & Recovery

{% csrf_token %}
days

External Integrations

{% csrf_token %}
requests/hour
days
seconds

System Maintenance

{% csrf_token %}
When enabled, only administrators can access the system
days
{% endblock %} {% block js %} {% endblock %}