2024-08-30 19:46:08 +00:00
|
|
|
{% extends 'admin/master.html' %}
|
2024-08-29 23:13:29 +00:00
|
|
|
|
2024-08-30 19:46:08 +00:00
|
|
|
{% block body %}
|
2024-08-29 23:13:29 +00:00
|
|
|
<p>
|
|
|
|
These pages present the admin interface of MirrorManager.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
From here you can access all the tables in the database organized
|
|
|
|
so that there is a logical structure.
|
|
|
|
</p>
|
|
|
|
{% endblock %}
|