Hey all-

For my django app I'm generating a bit of the model using a script.
The basic idea is that the script provides versioned data for
components.  As new versions of components are added over time the
script needs to be re-run to add the data for the new versions.

The end users are also able to comment on and review components (not
at the versioned level), but at the component level.  (IE, there is a
component model and a componentVersion model that uses component as a
foreign key).

So my question is, say after a while I have a bit of reviews and other
manually generated information that is linked to components via
foreign keys.  What is the best way to export this?    An issue that
could pop up is if I run the script again, different keys might be
generated for the components, thus the reviews and manually generated
information might not link up correctly...

What is the best way to do this?  Do I need a manually generated key
rather than auto-generated?

thanks
-matt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to