Via https://mastodon.cloud/@radiac/112641898082821618

In my experience flask is great until it isn’t - I’ve seen quite a few projects which outgrew it, and the lack of django’s batteries and guard rails left a maintenance nightmare. Not sure if it’ll be helpful, but as a result I wrote nanodjango, which lets you write a django site in a single file, then convert it to a full project if you outgrow it.

3 points

I must say, this is not only cute but convenient, and useful!

permalink
report
reply
2 points

https://mastodon.cloud/@radiac/113096990972136170

Nanodjango 0.8 is out, adding async view and ASGI support. Now you can write async single file scripts that look like Flask or FastAPI, but with all #django features like models, auth, admin etc.

permalink
report
reply
1 point

Very interesting one. Although why not just make a nice template for your projects?

permalink
report
reply