Bit confused,

You said

"But i already installed djangodocs on my INSTALLED_APPS (

   'django.contrib.admindocs', "

and in my urls.py


    (r'^admin/doc/', include('django.contrib.admindocs.urls')), "

But  in your urls.py admin docs is clearly commented out.

 #(r'^admin/doc/', include('django.contrib.admindocs.urls')),

If you are recieveing this error when visting www.yoursite/admin/doc
this is why.

Rob


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