|
|
|
|
|
by odonnellryan
2496 days ago
|
|
I traditionally like using the libraries not the Flask integrations (as in your sqlalchemy example) however I do find myself using Flask Admin and Flask-WTForms, since while they do have downsides and you have to commit to using them, they do a lot for you. I haven't checked out CherryPy, I should next hobby project. Gunicorn is awesome, uWSGI is also good and feels more "production" to me. |
|
We use Flask mostly for REST API, so flask-admin and WTForms do not add that much value as all those are done on client side SPA (I do not like SPA, but it makes job easier as same API is leveraged for integration and mobile app).