diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-06-13 15:00:39 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-06-13 15:00:39 +0200 |
commit | 7683145678077fe027b27069be32d1b08c8efd4a (patch) | |
tree | 591fd0cbd9f27b017e88a524d4481f81148b50c4 /README | |
parent | 3667c29f675599b9f3e098dd9b708c1d099d2b8a (diff) | |
download | debian-dedup-7683145678077fe027b27069be32d1b08c8efd4a.tar.gz |
webapp: use sqlalchemy
* Arguably the interface is nicer.
* Actually closes connections. => wal files get deleted.
* Permits switching from sqlite to anything.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ----------------- |