Save the ions!

Presentation at Montreal.rb

Hey guys,

I’ve been extremely busy this week (I’m working on a very large e-commerce system at the moment, and I’ve just been elected VP of MontrĂ©al Python), so I couldn’t find any time to post this sooner, I’m sorry!

On tuesday, I was invited to give a speech at montreal.rb, to do a rehash of the famous Ruby on rails’ 15 minute blog, but using Python and Django. I have to admit, my livecoding demo took a bit more than 15 minutes, but I think the ruby crowd enjoyed it, I got many interesting questions afterwards!

Thanks to everyone who’s been there, I hope Montreal’s user groups will continue sharing!

I’ve uploaded the source code for the blog I built live, download it here.
To use it:

$ tar jvxf mtlrb.tar.bz2
$ cd mtlrb
$ python bootstrap.py
$ bin/buildout -c devel.cfg
$ bin/django runserver
$ firefox http://127.0.0.1:8000/
$ firefox http://127.0.0.1:8000/admin/

One Response

Leave a Reply