use sqlite instead of mysql
This commit is contained in:
parent
d8729828af
commit
807b9b99e3
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -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
|
||||
lenny install:
|
||||
|
||||
$ aptitude install python-django apache2 mysql-5-server
|
||||
$ aptitude install python-django apache2 sqlite3 python2.5-sqlite
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue