Go back to using direct psycopg2 for docs loading
commitc1e2ce22d6ff295be58eb36135294f85db20c541
authorMagnus Hagander <magnus@hagander.net>
Fri, 29 Jan 2016 11:39:27 +0000 (29 12:39 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 29 Jan 2016 11:45:48 +0000 (29 12:45 +0100)
tree04089ddb67181a1c4714432638dcb882f7886251
parentf9692bf3bd5e025288c36be427a00a35cf4c1e91
Go back to using direct psycopg2 for docs loading

This removes the dependency on django from docload, facilitating
incremental upgrades of the infrastructure.

This now requires a new docload.ini file in the tools/docs directory,
with a section "db" and a setting "dsn".
tools/docs/.gitignore [new file with mode: 0644]
tools/docs/docload.py