Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “import”

Django snippets: Command to dump data as a python script. Extremely useful—dumps the data for an application as an executable Python script which will re-import it in to another database without any risk of colliding with existing IDs, sorting out foreign keys along the way. 1 24th June 2008, 12:07 pm

A django site