Include docs load timestamp in developer docs
authorMagnus Hagander <magnus@hagander.net>
Sun, 4 Dec 2011 14:14:54 +0000 (15:14 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 4 Dec 2011 14:14:54 +0000 (15:14 +0100)
commit1ea8ecd12a688f1cedc7a70927ac3ed61879d28c
treeab43872eb08f7e121339bcdd9456a78c1a622121
parent585a0e2efef05be5f45cb5c94feab28c97c6ab32
Include docs load timestamp in developer docs

This makes it possible to figure out when the docs were actually
loaded, since developer docs don't carry a version number. This is
actually going to be the docs *load* timestamp, and not build timestamp,
but they should be close enough together that it shouldn't matter.

Fixes #108
pgweb/core/models.py
pgweb/docs/views.py
templates/docs/docspage.html
tools/docs/docload.py