I swore I wouldn't

Icon

Oh no, I'm blogging now?

stonemind consulting » Small Django tips from one newbie to another

Was looking for a quick and easy way to deal with refreshing my db schema in Django.  A bit of googling turned up

stonemind consulting » Small Django tips from one newbie to another.

Worth bookmarking as it solved that problem for me, and has a lot of other useful tips and scripts.

Installing django with MySQL on OS X

I am experimenting with the django web-framework for a few projects at work.  I do the majority of my work in PHP or Java, but occasionally I like to play with Ruby on Rails, and decided that django deserved to have a look as well.

The first step in this process is to get django and the various components installed.

  • Python
  • EasyTools
  • MySql
  • MySqlDB
  • Django

Read the rest of this entry »