Add models and Add fake data

This commit is contained in:
Andros Fenollosa
2018-01-31 23:17:52 +01:00
parent d5e95e25d0
commit 766c0d868f
5 changed files with 89 additions and 8 deletions

View File

@ -19,3 +19,4 @@ flask-mail = "*"
python-dotenv = "*"
flask-script = "*"
flask-migrate = "*"
faker = "*"