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.
- Download the latest tarball.
- Extract the tarball, and cd to Django-1.2.x/docs/.
- Run make html. If that doesn't work, make sure you've activated your virtualenv, and install any missing dependencies.
- Move or copy _build/html to your documentation directory.
- 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