A table of contents for my projects, wherever and in whatever state they may be. Yes, this is what you're reading now.
Updates
Forgot to add self.project.save() to Update.save()
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.
Style is in place. Everything works. This might be about as done as it needs to be.
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.
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.