JulyProjects

Brenda

  • turning varchars into text in drupal schema.
  • trying to wedge timestamps, booleans, and primary keys into hook_schema

Nigel

  • Autovserver OR tks OR wrms.abelard - given martyn just destroyed the gitrepo containing it :/

Notes from Rob's Django talk

MVC - python not 1.0 -- most people use from svn trunk.

1.0 will be out this year. integrated admin interface. foreign keys -- many to many.. but you don't need to write the sql yourself.

biggest issue is 0.96 is really old, and not recommended

rewritten the forms api since then. most people use the new forms admin branch, will be merged into trunk in next 3 weeks. current stable release not recommended.

supports both angles of attack -- define schema, and get classes generated. or, defines classes, and have schema built from it.