Flask 1.0 Released
palletsprojects.com
Flask 1.0 Released
1–10 of 184 posts
Re: Flask 1.0 Released
#2Re: Flask 1.0 Released
#3I've never understood logging in Flask or how to do it in a sane way for a simple app while using uWSGI, so I'm glad that has some improvements. I don't remember my exact issues but I couldn't get configuration from a text file to work and for some reason configuring it in-code wouldn't work either. I don't understand python's logger in general so I'm sure that's part of the problem. The changelog is vague on details, but hopefully whatever was modified really does make things simpler and solves my issues for me.
Re: Flask 1.0 Released
#4Re: Flask 1.0 Released
#5The post describes it as "stable for a long time" :)
Re: Flask 1.0 Released
#6Re: Flask 1.0 Released
#7EDIT: To avoid hollow naysaying, here are some alternatives to Flask I find much better designed:
- Tornado Web Framework [0]
- Falcon [1]
[0] http://www.tornadoweb.org/en/stable/webframework.htmlRe: Flask 1.0 Released
#8Flask is an interesting project. Created by a true Python master only to be nearly abandoned, and yet it remained so popular it was later revived by a new group without a major fork. How often does THAT happen? The post describes it as "stable for a long time" :)
Also there was no new group this is the official Flask repo.
Re: Flask 1.0 Released
#9This is epic. In theory now from V1 onwards it should be easier to convince people at big serious corps to use Flask as it cuts down a lot of Django bloat especially for smaller applications, microservices and other nimble backends.