database
How FriendFeed uses MySQL to store schema-less data - Bret Taylor’s blog
Detail
•
webdevelopment,
database,
mysql,
json,
schema-less
django-evolution - Google Code
Detail
•
webdevelopment,
database,
django,
django-apps,
python,
schema,
migrations
thrudb - Google Code
Detail
•
database,
ec2,
s3,
thrift,
thrudb
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