I program my home computer, beam myself into the future

Django | Making queries | Django documentation

Posted: June 16th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , | No Comments »

How to use Django's database-abstraction API

Via.


modwsgi – How to trigger source code reloading

Posted: June 7th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , , , , | No Comments »

Contains information about mechanisms available in mod_wsgi for automatic reloading of source code when an application is changed and any issues related to those mechanisms.

Via.


django-atompub

Posted: January 26th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , , , | No Comments »

implementation of Atom format and protocol for the Django web framework

Via.


Rapid Development with Python, Django, and Google App Engine (2008 Google I/O Session Videos and Slides)

Posted: January 13th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , , , | No Comments »

"Learn how to create great web applications quickly on Google App Engine using the Django web framework and the Python language."

Via.


simple-db-migrate @ GitHub

Posted: December 8th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , , , , , , , | No Comments »

simple-db-migrate is a database versioning and migration tool inspired on Rails Migrations. To use:

$ db-migrate –create foo

$ db-migrate –migration=<migration_level> # <migration_level> defaults to latest migration, use 0 to undo all migrations

Via.


Installing MySQL-Python on Mac OSX

Posted: November 11th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: , , , , , , , , , , , , , , , , , , | No Comments »

Some helpful notes on installing MySQL-Python on Max OSX, as easy_install doesn't do the trick.

When using with MAMP, change the mysql_config.path to '/Applications/MAMP/Library/bin/mysql_config'.

Via.