Sidebar Network

django-docs Django and app documentation in admin.

The Basics

Provides access to the official Django documentation as HTML inside of your local Django administration documentation. (It’s on the radar to provide access to any app docs too)

After installation, a new documentation area titled “Django Documentation” will appear inside of the Documentation section of your Django administration section.

Project Homehttp://code.google.com/p/django-docs/
Grab the Repository – svn checkout http://django-docs.googlecode.com/svn/trunk/
 

Recent Commits

  • 3 was committed 10 months, 3 weeks ago.
    Actually, the initial checkin had already changed, marking the HTML safe in the template. Changed to mark it safe in the view instead. Initial checkin also contained one other change from what version 1.2 on my blog was - it tries to use the debug response even if we aren’t debugging. This is really just a stop-gap measure and I should do more work on catching the right errors.
  • 2 was committed 10 months, 3 weeks ago.
    Initial checkin (was v1.2 on my blog)
  • 1 was committed 10 months, 3 weeks ago.
    Initial directory structure.