Fixed the issue, i looked through my urls file for like the 40th time,
and I found that one of my multiline comments had some indenting
issue. GRRRRRR. I found it by expanding that local vars part. Thanks
for the help!!!

On Aug 11, 8:35 am, Reinout van Rees <rein...@vanrees.org> wrote:
> On 10-08-11 21:26, raj wrote:
>
> > And yea, admin docs is in my installed list. Much appreciated.
> > Still can't get it to work.
> > This was my traceback:
> > 'str' object has no attribute 'resolve'
>
> It sounds like one of those url patterns isn't a tuple, but a string or
> something like that.
>
> In the last part of the traceback that you get, could you click open
> that "local vars" triangle button? It might show you what 'pattern' or
> 'self.url_patterns' is. Perhaps that helps you spot what's wrong?
>
> Alternatively, post your entire urls.py. I'm out of ideas otherwise :-)
>
> Reinout
>
> --
> Reinout van Rees                    http://reinout.vanrees.org/
> rein...@vanrees.org            http://www.nelen-schuurmans.nl/
> "If you're not sure what to do, make something. -- Paul Graham"

-- 
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