Re: ViewDoesNotExist No module. where is it being called, I don't want it to.

2008-10-17 Thread Eric Abrahamsen
On Oct 18, 2008, at 3:42 AM, KillaBee 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

Re: ViewDoesNotExist No module. where is it being called, I don't want it to.

2008-10-17 Thread KillaBee
On Oct 17, 4:25 pm, ryan <[EMAIL PROTECTED]> wrote: > "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: > > >

Re: ViewDoesNotExist No module. where is it being called, I don't want it to.

2008-10-17 Thread ryan
no, i just checked yr code. that's not it. On Oct 17, 5:25 pm, ryan <[EMAIL PROTECTED]> wrote: > "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,

Re: ViewDoesNotExist No module. where is it being called, I don't want it to.

2008-10-17 Thread ryan
"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

ViewDoesNotExist No module. where is it being called, I don't want it to.

2008-10-17 Thread KillaBee
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