On Mon, 2008-07-21 at 21:23 -0700, s wrote: > Okay, I know this _should_ be easy but I'm in my all-too-familiar mode > of "mental block" with a little frustration peppered in. > > I'm trying to create a dynamic export mechanism (pretty simple) but > also trying to export a schema file for the parties wishing to re- > import, said-export, with better insight.
Some of your words could have multiple meanings, so it's hard to know exactly what you're asking. Do you mean that you're trying to export the database schema for these models? In that case, you could try to use what django.core.management.sql.sql_create() would return when you pass it the right parameters. If that isn't what you mean, a little more context will help us to help you. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---