diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-06 15:45:59 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-06 15:45:59 -0400 |
commit | 1286076cc932a29edf9d5bc11dcafb43314a708f (patch) | |
tree | 76d02d798660502bf42178a647361873b15436f8 | |
parent | 5fd8e20c321e8663811432b83dac5bb9ab258842 (diff) |
Change README to recommend PostgreSQL
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |