Items tagged: django

Debugging utf-8 Email In Django And Python

Tuesday, 22 December 2009

In case anyone else is wondering why their utf-8 email is not coming out as it should when using Django…

read more

Tags

   

Creating Users: an illustration of the differences between PostgreSQL and MySQL

Thursday, 19 November 2009

Like many starting out in websites and databases my first experience was with MySQL. I had no choice since the hosting service I used only offered MySQL. This is still the case for a lot of hosting - you get the standard LAMP stack and nothing more. I had read on the web that everyone is using MySQL, so how bad could it be? I was forgetting the maxim that quality and popularity are inversely proportional. BTW: it’s not really popularity in this case - it’s the most users - think Windoze.

read more

Django Related And Inherited Name Attribute Clash

Wednesday, 8 July 2009

Bare with me it’s a long story…

read more

Tags

 

Guardian’s MPs Expenses Crowdsourcing Lessons

Wednesday, 24 June 2009

read more

Moving From ExpressionEngine To yajogo

Thursday, 18 June 2009

When I first set up this site back in 2005 I looked around for a blogging platform and chose ExpressionEngine. After years of bad experience with PHP (it’s such a mess) I was relucant to use a platform based on PHP but EE is a good and well thought out system. (BTW EE is about to release version 2.) So there we were.

read more

Tags

   

Django AttributeError: ‘module’ object has no attribute

Friday, 4 January 2008

If you get the error “AttributeError: ‘module’ object has no attribute ‘xyz’” in Django. It probably means you’ve added a new app but forgot to put the __init__.py file in the app’s directory.

read more

Tags

 

Django technical_500_response error

Thursday, 11 May 2006

I recently switched from the Django magic-removal branch to the trunk post-magic-removal. I was getting this bizarre error:

read more

Tags

 

Django Talk Video

Sunday, 7 May 2006

read more

Tags

 

Django and Rails Creators Talk Video and Audio

Sunday, 8 January 2006

Snakes and Rubies Chicago, 3 Dec. 2005: The creators of Django and Rails each gave talks and discussed web frameworks. Download the video and audio here

read more

Tags