Wanted to check something before bed. Walk through a couple code samples, tweak them a bit.
Yep, nanodjango is pretty cool. Define an entire #Django project in a single file, and blow it up to a full normal project layout as needed. Kinda like the #Mojolicious approach where you start with a code sketch in Mojolicious::Lite.
Except it's Django, so your one-file project can include models and admin screens, no problem.
Definitely need to play with this more.