use sqlite instead of mysql

This commit is contained in:
Bradley M. Kuhn 2010-09-26 20:13:54 -04:00
parent d8729828af
commit 807b9b99e3

2
README
View file

@ -7,7 +7,7 @@ dogwood.sfconservancy.org, which is a standard Debian installation.
The following packages are installed to make Django and Apache work on a The following packages are installed to make Django and Apache work on a
lenny install: lenny install:
$ aptitude install python-django apache2 mysql-5-server $ aptitude install python-django apache2 sqlite3 python2.5-sqlite