World's ugliest Django app
OK, this is an ugly hack. But also (possibly) cool if you’re into ugly hacks.
I’ve written a small Python script that is a fully functional, self-contained, self-starting Django application. You don’t need to put it on your PYTHONPATH
or set DJANGO_SETTINGS_MODULE
. You don’t need a web server. It even creates some dummy content for you. I call it jngo.py
– it’s somewhat compressed.
The only prerequisites are a Unix-like operating system (i.e. I couldn’t tell you how to make it work on Windows), SQLite and a working install of Django trunk. It is fully “Works on My Machine” certified.