Simon Willison’s Weblog

Subscribe

Monday, 8th September 2008

Django tickets with keyword “djangocon”. Adrian and Jacob ran an “I want a pony” session during their closing keynote at DjangoCon—I’ve filed the feature requests as tickets tagged with the “djangocon” keyword.

# 3:02 am / adrian-holovaty, django, djangocon, djangocon08, iwantapony, jacob-kaplan-moss, python, tickets

Django snippets: server with debugging backdoor. Six lines of code that uses spawning to fire up a Django server on port 8000 and a remote interactive interpreter backdoor on port 8001, so you can interogate the state of your server within the same process.

# 10:15 pm / debugging, django, python, spawning