database, django
django-evolution - Google Code
Detail
•
webdevelopment,
database,
django,
django-apps,
python,
schema,
migrations
Managing Database Changes in Django — Patrick Altman
Detail
•
django,
python,
database,
schema,
migrations,
sql
Django snippets: Command to dump data as a python script
• Generates a Python script that will repopulate the database using objects. The advantage of this approach is that it is easy to understand, and more flexible than directly populating the database, or using XML
Detail
•
django,
database,
fixtures,
python