summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-03-24 21:17:54 +0100
committerDan McGee <dan@archlinux.org>2012-03-29 06:17:37 +0200
commitff5965f45db9e9e0c997f80c798417f3a71c848f (patch)
tree3407f68ddb464c8ae0dee59610fbc3275df2c700 /README
parent23cb0d0956f31d855e0e06649998f724d97b0560 (diff)
downloadarchweb-ff5965f45db9e9e0c997f80c798417f3a71c848f.tar.gz
archweb-ff5965f45db9e9e0c997f80c798417f3a71c848f.tar.xz
Switch to recommending PostgreSQL by default
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 0d3ee08..707ab7c 100644
--- a/README
+++ b/README
@@ -23,9 +23,9 @@ More detail in `requirements.txt` and `requirements_prod.txt`; it is best to
use virtualenv and pip to handle these. But if you insist on (Arch Linux)
packages, you will probably want the following:
-- mysql-python or python-pysqlite
- django
-- python-markdown
+- python2-psycopg2
+- python2-markdown
- python-south
- python-memcached
@@ -44,7 +44,8 @@ packages, you will probably want the following:
(archweb-env) $ pip install -r requirements.txt
3. Copy `local_settings.py.example` to `local_settings.py` and modify.
- Make sure to uncomment the appropriate db section (either sqlite or mysql).
+ Make sure to uncomment the appropriate database section (either sqlite or
+ PostgreSQL).
4. Sync the database to create it.