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/
In the bottom of right sidebar there are links to zipped HTML version, PDF version and ePub version.