Re: Re: manage.py webserver

2006-11-29 Thread James Bennett
On 11/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > After much googling, I found that if there is no data in the tables, it > produces a 404 error. That's not quite correct; if there's nothing which matches the conditions of the QuerySet you pass to the generic view, and if the 'allow_emp

Re: manage.py webserver

2006-11-29 Thread [EMAIL PROTECTED]
After much googling, I found that if there is no data in the tables, it produces a 404 error. I added some data, and sure enough, everything worked fine. So, that was my problem with that. :-( As for other problems, I agree, there is a lot of info that is displayed...but I guess I just don't k

Re: manage.py webserver

2006-11-29 Thread [EMAIL PROTECTED]
very good info thank you. I knew i had seen it i just couldn't remember where. --~--~-~--~~~---~--~~ 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.co

Re: manage.py webserver

2006-11-29 Thread Guillermo Fernandez Castellanos
Hi, > > I suspect you hit one small Django controversy. The generic view > > object_list would give you 404 error when the list it tries to show is > > empty. The view is there, it works, finds the list -- all is Ok. It just > > has this strange behavior by default. To overcome it you can add > >

Re: manage.py webserver

2006-11-29 Thread [EMAIL PROTECTED]
Please allow a pure newbie to ask a couple questions . . . read in Ivan Sagalaev wrote: > [EMAIL PROTECTED] wrote: > > Now with django, I am trying to run through the "Are you generic" > > tutorial. When I go out to the URL, I get a 404 "Page not found" > > message, but absolutely no more in

Re: manage.py webserver

2006-11-28 Thread Ivan Sagalaev
[EMAIL PROTECTED] wrote: > Now with django, I am trying to run through the "Are you generic" > tutorial. When I go out to the URL, I get a 404 "Page not found" > message, but absolutely no more information as to where to look! I > thought by using the devel version with the verbosity flag, i

Re: manage.py webserver

2006-11-28 Thread James Bennett
On 11/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Now with django, I am trying to run through the "Are you generic" > tutorial. When I go out to the URL, I get a 404 "Page not found" > message, but absolutely no more information as to where to look! I > thought by using the devel v

manage.py webserver

2006-11-28 Thread [EMAIL PROTECTED]
Hi! I'm starting to, once again, get really frustrated with Django. I want to learn it so bad, but yet I keep failing! My next problem is with the internal webserver Django uses. Is there some sort of detailed log file that one can look at to debug the program? For example, with PHP a