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 , , , | 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

Posted in Django, Programming, Web | Tagged , , | 1 Comment