In my urls.py I see only two possible places where I do not have
quotes,

1.    (r'^admin/', include(admin.site.urls)),

I tried putting include('admin.site.urls')) but it could not find
'admin.site.urls'

2.   (r'^register/$', register,{'opensource':True}),

True is not in quotes. But it is working fine on the site without
admin.

Any clues what {% url django-admindocs-docroot as docsroot %}  is
looking for to throw that error?


On Jan 31, 10:07 am, "Martin J. Laubach" <mjl+goo...@emsi.priv.at>
wrote:
> > Caught an exception while rendering: 'module' object has no attribute
> > 'rindex'
>
>   Sounds you are using foo.bar instead of 'foo.bar' somewhere (ie.
> module instead of string).
>
>         mjl

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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