The data I want to import is in Paradox tables and that can be easily exported in any format.

However, I believe the id columns in Paradox are gunna have to be used to re-establish relationships (1:n and n:m) in PostgreSQL.

How is this going to work when django models specify auto-incrementing fields for those columns?

At this point I'm just trying to establish a dump and repeatable pump (drop, create, bulk insert) process driven by scripts so I can quickly morph the destination as I change my mind during django development.

I can't quite see how to avoid using existing Paradox keys.

Thanks for any hints

Mike

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to