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
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
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
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
> >
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
[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
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
7 matches
Mail list logo