purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

Documentation: more dependencies #107

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I had to install these, too:

- lxml
- MySQLDB and create a MySQL database

- BeautifulSoup

The checkout has no local.py, but it's referenced in the README. Maybe:

To set local settings, please write the modified values from settings.py in 
local.py, do not change 
settings.py. local.py overwrites the default settings.

Original issue reported on code.google.com by jens.quade on 16 Feb 2009 at 3:03

GoogleCodeExporter commented 8 years ago
Also noteworthy: The default encoding for the bookworm database should be UTF8:

create database bookworm default character set = UTF8;

Original comment by jens.quade on 16 Feb 2009 at 3:33

GoogleCodeExporter commented 8 years ago
Done, added to trunk README.  Feel free to just make corrections as needed.

Original comment by liza31337@gmail.com on 16 Feb 2009 at 3:44