On 4/20/07, Mike H <[EMAIL PROTECTED]> wrote:
>
> Before I release the code, I want to make the migrator call 'install'
> from django.core.management if it doesn't find a migration module for
> an app. Also, as this is being done as part of a work project, I have to
> get permission to release the code from my employer, but this should not
> be a problem.

FYI, the 'install' command was removed in 0.96 in favour of 'syncdb'.
Syncdb will identify any missing tables and install them, but it
currently doesn't install m2m tables that have been added to an
existing model.

> Hopefully I'll have something released by the end of today, if not, by
> the end of Monday.

Can't wait to see it!

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to