On Sep 26, 9:36 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 9/26/07, Steve Potter <[EMAIL PROTECTED]> wrote:
>
> > ViewDoesNotExist: Tried index in module projectsmt.imglog.views. Error
> > was: 'module' object has no attribute 'models'
>
> Something in your views module is trying to import from a 'models'
> module that either doesn't exist, or isn't where your import statement
> says it should be.
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."

I think I have tracked it down to the following line in my models.py
file

user = models.ForeignKey(auth.models.User)

It appears that the django.contrib.auth is missing the models
attribute.

Has something changed in django-trunk recently?

BTW, how do I check what version of django I am running?

Thanks,

Steve Potter


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