Origin site: https://ttnet.ru
⚠️ ATTENTION⚠️
the code is extremely obsolete and not suitable for third-party use the only purpose of this repo is the demonstration
This is a Flask-based old-school web-site of TeleTime Ltd. company.
- Jinja2-templated no-CMS engine
- Sberbank Acquiring integration
- UTM5 billing integration
- enabling "trusted pay" feature on demand
- Userside ERP integration
- users requests automation (req-desk in ERP)
- Yandex.Maps integration
- daData integration
- CCTV cams streaming
Mongodb required
Edit app/conf.json
config before start
virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
python -m pytest && python run.py
will run the app on http://localhost:5000
prepare an
app-conf.json
config before run
docker compose up
will run the app on http://localhost:8081