Best Flask open-source libraries and packages

Updated 7 years ago

WebService

Nothing much to see here (yet).

To Create DB

$ python manage.py db init
$ python manage.py db migrate
$ python manage.py db upgrade

To start Flask

python app.py

Urls