###How to Install
-
virtualenv venv
-
source venv/bin/activate
-
pip install -r requirements.txt
-
python notebook.py shell
- user = User(username='xxx', password='yyy')
- db.session.add(user)
- db.session.commit()
- Diary.creat_newdiary(2016, user)
-
now wait a minute!
-
python app.py
-
open 127.0.0.1:5050
-
enjoy it !