I recently decided to split out a django application from another one as
it seemed to nicely separate a related bunch of views & models. 

However a model in the split-out application needs a foreign key to a
model in the original application. This seems to cause ./manage reset to
now fail.

I think this is because the reset is done on a per application basis and
so the table in the original app can't be dropped as its referred to by
the split-off application's model table.

So should models in different application's never have foreign key
dependencies and so i should bring them back to one application? or does
anyone know if there is another way around this problem?

thanks,
Graham


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