Super simple pagination, WITHOUT using Django's Paginator object
Once again, I've been struggling with pagination. It's not that I don't like Django's Paginator object ...
Sep 25, 2008 Django PythonUsing Python str, datetime, lists and sets to group dates
I'm in the process of writing my own blog app (project 'belleville'), one that will eventually replace the Wordpress ...
Sep 21, 2008 Django PythonInstalling Django with MySQL on Mac OS X
Django's official installation instructions are here:
http://www.djangoproject.com/documentation/install/
However, they get a little vague around ...
Jun 04, 2008 Django Mac OS X MySQL Python