From 7683145678077fe027b27069be32d1b08c8efd4a Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 13 Jun 2013 15:00:39 +0200 Subject: webapp: use sqlalchemy * Arguably the interface is nicer. * Actually closes connections. => wal files get deleted. * Permits switching from sqlite to anything. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 2d362f9..8c541c1 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Required packages ----------------- - aptitude install python python-debian python-lzma curl python-jinja2 python-werkzeug sqlite3 python-imaging + aptitude install python python-debian python-lzma curl python-jinja2 python-werkzeug sqlite3 python-imaging python-sqlalchemy Create a database ----------------- -- cgit v1.2.3