Categories
Archives
Blogroll
Meta
Quick Thoughts
- Woke up to a degraded array :-( I know what I'm doing tonight.2013/04/24 06:26
- Yay! long weekend :-)2013/03/28 17:41
- @mungler
of course. :-)2013/03/23 18:52 - @mungler
I hate that sort of thing. Just the fixes please.2013/03/19 22:15 - @mungler
Yes, some weirdness here. Encoding issues seem to have come from nowhere...2013/03/19 22:16 - Did my first #golang project today. More than impressed with performance and ease of programming. Looking for a new go project now...2013/02/21 20:39
- About time :-) RT @Shealan Hey websites! You can all take down those annoying cooke alerts now.
http://t.co/C0n68l252013/01/30 08:45 - Launched a new hair dye gallery with @HairCrazyInfo today.
http://t.co/UWgZwlC42013/01/26 16:31 - Tweenies Jimmy Saville tribute?
http://t.co/T4uHHvg92013/01/20 08:38 - yes :-) big thanks to @HairCrazyInfo for the new laptop.2013/01/13 18:50
- Woke up to a degraded array :-( I know what I'm doing tonight.
Tag Archives: django
Testing with Python 2.4 on Ubuntu 10.10
Recently I needed to test a Django app under Python 2.4. I’m using Ubuntu 10.10 and the lowest packaged version of Python in the repositories is 2.6. I decided to compile Python 2.4 myself and use it in a virtualenv … Continue reading
Posted in Django, Programming, Python, Web
Tagged django, python, Ubuntu, virtualenv
Leave a comment
Using Django FormWizard in a view
I recently needed to use a Django form wizard from a view. I needed it in a view as I had some permissions that I needed to check and also wanted to supply some initial data as the form would … Continue reading
