I want to write a very small Django application in a single file, requiring all the appropriate modules and stuff, and then be able to run that as a normal Python script, li
John's answer quoting the jngo app by Paul Bissex is impressive, but it's sadly broken under Django 1.7.
I did a bunch of digging and created