On Mon, 2006-10-02 at 06:41 -0700, Gacha wrote:
> I try to import like: "import myproject" and then
> myproject.auth.models.User but no luck, Django throws error, that auth
> has no models class. Is there a way to make this to work?

I don't really have any ideas of the top of my head. However, for
tightly linked, mutually-referential models like you are creating, I
think the simplest is going to be to put them in the one file.

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

Reply via email to