Django's website seems good but for some reason I couldn't find where to download the documentation:
http://docs.djangoproject.com/en/1.1/
(Yes, I need the docs for 1.1)
Does anyone know?
Django's website seems good but for some reason I couldn't find where to download the documentation:
http://docs.djangoproject.com/en/1.1/
(Yes, I need the docs for 1.1)
Does anyone know?
Django's documentation is built using Sphinx and included in their source tree.
From a checked-out copy of Django's source, just run make
in the docs directory. You can find instructions for getting the source here: http://www.djangoproject.com/download/
"Okay, I just did it manually using sphinx-build. It was a pretty bad experience."
Hmm. I just tried and it was a pretty smooth experience (and I have never done this before). Here's the Linux recipe:
And the end result is 1000 page tome of Django goodness!