Monday, July 19, 2010

Downloading the Django Documentation

The django documentation is great, and I like how it looks in my browser, but sometimes I don't have a fast connection. To make it load up faster I copied it to my computer and added a bookmark for it.
  1. Download the latest tarball.
  2. Extract the tarball, and cd to Django-1.2.x/docs/.
  3. Run make html. If that doesn't work, make sure you've activated your virtualenv, and install any missing dependencies.
  4. Move or copy _build/html to your documentation directory.
  5. Bookmark it!
Mine is only two clicks away, in the python folder in my Google Chrome bookmarks toolbar. I used the name Django v1.2 docs (local).

No comments:

Post a Comment