Posted: June 16th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: api, bookmark, design, django, favicon, free, generator, graphics, icons, link, model, python, reference, tool, tools, web, webdesign, webdev, work | No Comments »
How to use Django's database-abstraction API
Via.
Posted: June 7th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: apache, bookmark, Code, deployment, design, development, django, favicon, free, generator, graphics, icons, link, mod_wsgi, python, restart, server, tool, tools, web, webdesign, wsgi | 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.
Posted: January 26th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: app, atom, atompub, bookmark, design, django, favicon, feed, feeds, free, generator, googlecode, graphics, icons, link, programming, python, tool, tools, web, webdesign | No Comments »
implementation of Atom format and protocol for the Django web framework
Via.
Posted: January 13th, 2010 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: appengine, bookmark, design, django, favicon, free, generator, google, googleio, graphics, icons, link, presentation, programming, python, tool, tools, tutorial, Video, web, webdesign | No Comments »
"Learn how to create great web applications quickly on Google App Engine using the Django web framework and the Python language."
Via.
Posted: December 8th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: bookmark, database, db, db-migrate, design, django, favicon, free, generator, github, graphics, icons, link, migration, opensource, python, rails, simple-db-migrate, tool, tools, useful, web, webdesign, webdev, work | 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.
Posted: November 11th, 2009 | Author: stevie | Filed under: Delicious, Lifestream, Links | Tags: bookmark, design, django, favicon, free, generator, graphics, icons, link, macosx, mamp, mysql, osx, programming, python, tool, tools, web, webdesign | 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.