I wanted to export data from a few Django apps, held in a postgres database, and import that data into an sqlite3 database to run locally.
This worked for me, but I'm sure there are other wrinkles, depending on your use of postgres-specific features, etc.
- Export the data from postgres