Flask-Boost icon indicating copy to clipboard operation
Flask-Boost copied to clipboard

Flask application generator for boosting your development.

Results 6 Flask-Boost issues
Sort by recently updated
recently updated
newest added

Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.3.0 to 19.5.0. Release notes *Sourced from [gunicorn's releases](https://github.com/benoitc/gunicorn/releases).* > ## 19.5.0 > == 19.5.0 == > > === Core === > - fix: Ensure response to...

dependencies

after: my_boost$ python manage.py db upgrade I get user table but with no user, so no way to login: mysql root@localhost:my_boost> select * from `user`; +------+--------+---------+----------+------------+------------+--------------+ | id | name...

`ImportError: cannot import name isMappingType` Search in Google I was taken to [http://stackoverflow.com/questions/18736274/python-3-support-for-fabric](http://stackoverflow.com/questions/18736274/python-3-support-for-fabric) The problem and not solved, but the fact is - out of the box does not start.

For example, I generate an **API** controller with `boost new controller api` then I tried to generate the action **users/me** with `boost new action api users/me`. The code generated was...