Items tagged: django
Debugging utf-8 Email In Django And Python
In case anyone else is wondering why their utf-8 email is not coming out as it should when using Django…
Creating Users: an illustration of the differences between PostgreSQL and MySQL
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.
Django Related And Inherited Name Attribute Clash
Bare with me it’s a long story…
Guardian’s MPs Expenses Crowdsourcing Lessons
The Guardian set up a Django site to crowdsource analysis of the released (and redacted) MPs expenses claims. The Nieman Journalism Lab has a good piece on the lessons learned.
Moving From ExpressionEngine To yajogo
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.
Django AttributeError: ‘module’ object has no attribute
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.
Django technical_500_response error
I recently switched from the Django magic-removal branch to the trunk post-magic-removal. I was getting this bizarre error:
Django Talk Video
Django and Rails Creators Talk Video and Audio
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