All Unkept

Category: Django

Posted in: Python, Software development, Django  —  November 20, 2010 at 04:29 AM
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  —  November 11, 2010 at 11:27 PM
Today I learned that JSON is much faster than YAML for use in Django fixtures...
Posted in: Django  —  August 06, 2010 at 05:53 PM
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: Python, Django  —  January 02, 2010 at 10:08 PM
How I set up Eclipse to work with an existing project using virtualenv
Posted in: Python, Haskell, Web development, Django  —  November 09, 2009 at 03:45 PM
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: Python, Web development, Django  —  March 03, 2009 at 08:52 PM
A review of "Django 1.0 Template Development" by Scott Newman, from Packt Publishing.
Posted in: Python, Web development, Django  —  January 22, 2009 at 11:44 PM
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: Haskell, Web development, Django  —  November 04, 2008 at 06:37 PM
Beginnings of a Django-inspired Haskell web framework, Ella.
Posted in: Python, Software development, Django  —  July 31, 2008 at 09:51 PM
A simple way to use Mercurial Queues in a Subversion working directory to manage patches before committing to Subversion.
Posted in: Python, Web development, Django  —  July 08, 2008 at 01:29 AM
After reading that in Python 2.5 some big memory leaks are fixed, I just switched a Django site from Python 2.4 to Python 2.5. I wasn't disappointed -- the combined memory usage of my Apache processes (which are using mod_python) went from 100Mb to 60Mb. So, for anyone else wanted to conserve memory, this is the first thing I'd suggest!
Posted in: Python, Web development, Django  —  June 24, 2008 at 03:47 PM
None
Posted in: Python, Django, Web development, Software projects, Christianity  —  April 01, 2008 at 11:59 PM
I created a system and web app to help me organise my Bible memorisation. And I rant a bit Django and web.py.
Posted in: Python, Web development, Django  —  March 25, 2008 at 08:30 PM
How to use Twill within Django unit tests
Posted in: Python, Web development, Django  —  December 28, 2007 at 10:51 PM
I present below some example code for using Django, newforms and MochiKit to do AJAX validation, in case anyone else is doing the same, complete with a live demo...
Posted in: Web development, Django  —  November 05, 2007 at 04:13 PM
I've updated my validator app to work with 'unicodised' Django...
Posted in: Python, Software projects, Web development, Django  —  April 18, 2007 at 02:26 PM
I've updated my validator app to latest Django trunk and finally done a release.
Posted in: Python, Software development, Web development, CCIW, Django  —  June 19, 2006 at 08:32 PM
An attempt to debunk some of the '20 minute web app' hype that is so prevalent at the moment, and present a more realistic and balanced account of the Django site I have just finished.
Posted in: Django  —  June 06, 2006 at 06:55 PM
Saw this gem by 'anonymous' on django-updates...
Posted in: Software development, Python, Django  —  May 02, 2006 at 09:14 PM
I've noticed in Python and in Django I almost always create a module or a template by starting with a completely empty file, and typing...
Posted in: Python, Django  —  April 28, 2006 at 09:03 PM
Using pychecker and pylint on Django -- and each other...