This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RIS/App/main.txt

20 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.
├── app.py - основное приложение
├── checker.py - декораторы
├── data
│   ├── config.json - конфигурация для подключения к СУБД
│   ├── db_access.json - доступ пользователей к вариантам использования ИС
│   └── redis_config.json - конфигурация для подключения к Redis
├── Database
│   ├── DBconnect.py - коннектор к СУБД
│   ├── __init__.py
│   ├── sql_provider.py - SQL-провайдер для формирования запроса к СУБД
│   └── work.py - файл для выполнения запросов к СУБД
├── static
│   └── css - стили для страниц
│   └── main.css
└── templates - стандартные шаблоны для страниц
   ├── error.html - шаблон для ошибок
   ├── main_menu.html - шаблон главного меню
   └── output.html - шаблон для вывода результатов в формате таблицы