Inactive

Project Summary

  Analyzed 2 days ago based on code collected 2 days ago.

Django External Schema Evolution Branch

Django, via the command ./manage syncdb, can automatically build a database schema based on your applications models.py file. However, after you've done this once, it leaves you with two unpleasant follow-up options if you ever make any changes to your model structure:

1. destroy your existing schema (along with all your data) and let ./manage syncdb rebuild it for you
2. manage your own schema upgrades by writing your own SQL

Project deseb aims to fill this void by providing s third option:

3. generate schema upgrades via the command: ./manage evolvedb

Share

In a Nutshell, deseb...

 

Activity

30 Day Summary Apr 23 2013 — May 23 2013

12 Month Summary May 23 2012 — May 23 2013

Community

Ratings

1 user rates this project:
4.0
   
4.0/5.0
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.