Projects tagged ‘django’, ‘mysql’, ‘python’, and ‘schema’


[2 total ]

8 Users

South is a database migration framework for Django applications.
Created about 1 year ago.

1 Users
   

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 ... [More] 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 [Less]
Created about 1 year ago.