/
TryToNotTry
/
hosting-site
Обзор
Документация
Войти
/
TryToNotTry
/
hosting-site
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
run.py
6 строк
103 B
TryToNotTry
create: config.py, requirements.txt, run.py, api.py, forms.py, models.py, routes.py, __init__.py, style.css, payment.js, script.js, base.html, cabinet.html, index.html, login.html, order.html, payment.html, register.html, services.html
19 май 2026, 17:41
Верифицирован
19 май 2026, 17:41
0d82dce
Код
Авторство
О чём код?
from app import create_app app = create_app() if __name__ == '__main__': app.run(debug=True)