Docs: начальная структура проекта

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-25 14:59:46 +00:00
commit 1669c12182
56 changed files with 2085 additions and 0 deletions

6
app/templates/home.html Normal file
View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block title %}Главная — ERP WaterSurf{% endblock %}
{% block content %}
<h1>WaterSurf ERP</h1>
<p class="lead">Выберите раздел в меню: Справочники или Документы.</p>
{% endblock %}