A table of contents for my projects, wherever and in whatever state they may be. Yes, this is what you're reading now.

Go there

Updates

16-jan 2009, 12:42 p.m.

Forgot to add self.project.save() to Update.save()


16-jan 2009, 12:41 p.m.

Changed the way date_updated is calculated. It's now handled on the Update end. I was having to save things twice before. Let's see how this works.


5-jan 2009, 7:43 p.m.

Style is in place. Everything works. This might be about as done as it needs to be.


27-dec 2008, 12:41 p.m.

Realized I forgot to add a "status" field. That was dumb.

Note to self: When you forget to put in all the fields you need, it means you have to write SQL.


27-dec 2008, 12:39 p.m.

Got the basic models and admin working. Date_updated is now set automatically when new updates (like this one) are added. I may make all dates automatic, just to speed things up. Right now, it's just a default date/time.