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.
Used with pipx or uv run it's great for sharing examples and prototypes, and it has a command to convert it into a full structured project if it needs to grow.
