Re: admindocs app - almost, but not, working

2011-11-09 Thread lorin
I hadn't noticed that I refered to the dev docs as opposed to the 1.3 docs. But in looking at the docs more carefully (there are no differences on this page), I do believe I erred: missed a / in the URL conf. Getting that right fixes everything. Thank you for your reply that prompted me to recheck.

Re: admindocs app - almost, but not, working

2011-11-07 Thread Kurtis Mullins
Hmm, I just tried it and it seems to work fine for me. I'm not sure on the directions -- as I just uncommented the stuff in my code and installed docutils. Maybe the dev docs are not in sync with the version of django you are running? On Mon, Nov 7, 2011 at 5:31 PM, Brett Epps wrote: > If this i

Re: admindocs app - almost, but not, working

2011-11-07 Thread Brett Epps
If this is a bug in Django, you should file a Trac ticket for it here: https://code.djangoproject.com/newticket Brett On 11/7/11 3:40 PM, "lorin" wrote: >In case anybody else cares, there seems to be a mismatch between the >template and the urls for the admindocs module. I solved this problem

Re: admindocs app - almost, but not, working

2011-11-07 Thread lorin
In case anybody else cares, there seems to be a mismatch between the template and the urls for the admindocs module. I solved this problem by editing the file django/contrib/admindocs/templates/admin_doc/ index.html and changing each of the links. Models should go to docmodels, Views to docviews, e

admindocs app - almost, but not, working

2011-11-04 Thread lorin
I followed the instructions to activate the admindocs (https:// docs.djangoproject.com/en/dev/ref/contrib/admin/admindocs/#overview) and now I see a link Documentation, next to Welcome, myname in the admin, and that goes to a nice page at admin/doc. But none of the hyperlinks go to working pages (T