schema change; added flask-login

This commit is contained in:
Yusur 2019-10-12 19:22:10 +02:00
parent 3f867b4027
commit a646c96b86
8 changed files with 100 additions and 74 deletions

View file

@ -17,5 +17,5 @@ Based on Tweepee example of [peewee](https://github.com/coleifer/peewee/).
## Requirements
* **Python 3** only. We don't want to support Python 2.
* **Flask** web framework.
* **Flask** web framework (also required extension **Flask-Login**).
* **Peewee** ORM.