BostonPython / studygroup

Prototype Application to allow creation of study groups within a given Meetup group
MIT License
6 stars 5 forks source link

Add proposed status to study groups #8

Open armooo opened 10 years ago

armooo commented 10 years ago

This changes adds a StudyGroupStatus model and a FK from StudyGroup. It also hides StudyGroups in the proposed status from normal users.

We don't have a DB migration system setup so you need to drop and recreate the database to pick up the schema changes.

armooo commented 10 years ago

I am going to rebase this on the migration branch and add a migration.

nedbat commented 10 years ago

I don't understand why we need a new table. Surely a status column on the group table would be enough?