I have an import script which runs a series of commands to get things from one Postgres DB to another, both running the same Django codebase. For the most part, it uses ./manage
The autoincrement fields works, but yo must make the query like
MyObject.objects.create(title='foo')
without the id field, this is autocalculated with the database.