{% extends "base.html" %} {% block title %}Admin Panel - Flask Files{% endblock %} {% block content %}

Admin Panel

Database Management

Database Migrations

Run database migrations to update the schema if needed.

Reset Database

WARNING: This will delete all data and recreate the database structure. All files, folders, and user accounts will be permanently deleted.

{% endblock %} {% block scripts %} {% endblock %}