noisebridge / pyclass-project

Other
8 stars 2 forks source link

Set up South to handle database migrations #24

Closed Belgand closed 12 years ago

Belgand commented 12 years ago

Deleting our database every time we make a change to the models is annoying and not a great idea going forward. Instead let's use South to handle our migrations.