On Sun, Jun 7, 2009 at 5:53 AM, Daniel Roseman <
roseman.dan...@googlemail.com> wrote:

>
> On Jun 7, 9:33 am, grElement <ang...@andyet.net> wrote:
> > Yeah, I couldn't figure it out either since the error message is not
> > so helpful and it seems that this is actually a django bug that they
> > are currently working on, but according to the documentation of the
> > error reporting bug it should be coming from my view file. Weird thing
> > is I've used this same code on a different project and it works fine.
> > I guess my other option is just to revert back a bit to a point I know
> > it was working and add back in the some of the other template
> > formatting and css changes I've made one at a time.
>
> Another place it could be coming from is your urls.py. Possibly you've
> missed off a comma at the end of one of the tuples.
> --
> DR.
> >
>
Dropping a comma off a tuple would result in a tuple is not callable error
;).  Can you paste the entire traceback, I very much doubt this is a bug in
Django.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to