"I do have A feild in my times model named user" Is it a ForeignKey to Django's User model? If so you need to import that at the top of your models.py file
-ryan On Oct 17, 3:42 pm, KillaBee <[EMAIL PROTECTED]> wrote: > I keep getting this error that says ViewDoesNotExist: Could not > import intranet.timesheets.views. Error was: No module named User. No > i do not have a User module, I don't want nor need one. How do I find > out Where it is being call at? I got this error today, and I have > been trying to get the users logged in. I do have A feild in my times > model named user, and Have been getting errors about not know what > username is. not sure where it's coming from. > View: Because It is an error in the view I was thinking that it was > in the view.py or a template. no matter want the url or view is bing > used it still comes up. Does that sound like I am looking in the > right spot? > > error http://dpaste.com/85152/ > url http://dpaste.com/85153/ > views http://dpaste.com/85154/ > models http://dpaste.com/85158/ > > Hope you can understand the problem. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

