From 1286076cc932a29edf9d5bc11dcafb43314a708f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 6 May 2012 15:45:59 -0400 Subject: Change README to recommend PostgreSQL --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index d95574b7..de19db5e 100644 --- a/README +++ b/README @@ -70,11 +70,14 @@ for your install. (parabolweb-env) $ pip install python-memcached==1.47 - Alternately, to have MySQL and memcached installed automatically, + Alternately, to have psycopg2 and memcached installed automatically, run (parabolweb-env) $ pip install -r requirements_prod.txt + We use PostgreSQL on the main server, and you may have problems + with other SQLs. + 5. Copy `local_settings.py.example` to `local_settings.py` and modify. Make sure to uncomment the appropriate db section. -- cgit v1.2.3