veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

296
active users

#flask

5 posts5 participants0 posts today

Always a good day when you get to shut down an old backend service. It was finally time to move my old Flask based server to the heavenly hunting grounds. It's been fully superseded since quite a while by a FastAPI based one. No clients really used the old one anymore so shutting it down was a pretty easy decision to make.

Glad my constant nagging about Werkzeug's development server not being for production is finally starting the conversation about Django's development server as well. #Python #Flask #Django

I want to completely unbundle the dev server so you have to install `werkzeug-dev-server`to get it, but I haven't been able to figure out a compatible way to do so. That would also open up the door to Hypercorn as the default dev _and prod_ server without forcing all its dependencies if not used.