All Unkept

Category: Django

Posted in: Django, Python  —  29 May 2012
Django's CBVs are complex, unpythonic solutions to simple problems, (IMHO :-), here's why.
Posted in: Django, Python, Web development  —  19 May 2012
I've probably written lots of blog posts on this, so I can't claim 'x' = 1, and I've no idea what 'y' is...
Posted in: Christianity, Django, Python  —  20 April 2012
I launched my new Django Bible memorization site, LearnScripture.net
Posted in: Django, Python, Web development  —  7 February 2012
How to do logging calls to Sentry asynchronously (until Sentry gets UDP support).
Posted in: Django, Python, Web development  —  18 January 2012
Some tips for keeping your Django apps lean and mean from the beginning, using lessons from django-fiber,
Posted in: Django, Web development  —  23 December 2011
A quickstart for deploying a Django project to a shared hosting system like WebFaction.
Posted in: Django, Python, Software development, Web development  —  19 September 2011
O gods of software development and operations, I have sinned.
 
Your anger falls on me, and I feel your wrath...
Posted in: Django, Python  —  28 June 2011
Announcing django-easyfilters, a new library for Django, and a bit of heretical editorial about Django's ORM.
Posted in: Django, Python, Software development  —  10 January 2011
Writing good quality documentation for the software libraries you publish always matters. Otherwise, you are doing the world a disservice by publishing.
Posted in: Django, Python, Web development  —  24 December 2010
An app to help protect your customers' data when in development.
Posted in: Django  —  1 December 2010
 finally got round to cleaning up my Django validator app...
Posted in: Django  —  30 November 2010
When assertNumQueries is overkill...
Posted in: Django, Python, Software development  —  20 November 2010
Class based views are very cool. I am starting to clean up an existing project using them, and lots of existing views are turning into declarative code. But it makes me worried about the ravioli effect.
Posted in: Django  —  11 November 2010
Today I learned that JSON is much faster than YAML for use in Django fixtures...
Posted in: Django  —  6 August 2010
Participating in any Open Source project can be frustrating if things do not move along as quickly as you would like. Django is a fairly popular project, whose developers are volunteers with limited resources, and with a pretty big commitment to stability and backwards compatibility, so there will always be people who get frustrated. This blog post is intended to help people in that situation be helpful, and to not actually make things worse.
Posted in: Django, Python  —  2 January 2010
How I set up Eclipse to work with an existing project using virtualenv
Posted in: Django, Haskell, Python, Web development  —  9 November 2009
Based on my recent Haskell experience, I highlight some cases where I think static type checks provide a better testing mechanism than unit tests or other automated tests.
Posted in: Django, Python, Web development  —  3 March 2009
A review of "Django 1.0 Template Development" by Scott Newman, from Packt Publishing.
Posted in: Django, Python, Web development  —  22 January 2009
An article from Django 1.0 Template Development by Scott Newman, about how to output a document in multiple formats/styles using Django templates.
Posted in: Django, Haskell, Web development  —  4 November 2008
Beginnings of a Django-inspired Haskell web framework, Ella.