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" <[email protected]>
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.