summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-06-16 22:42:14 -0500
committerDan McGee <dan@archlinux.org>2010-06-16 22:42:14 -0500
commit24acac3f18dfb01e811cd62f7a869fd47abdbe5b (patch)
tree627a00076dd8a5526b73295872dff188ec31b272
parent0251885a8d2bfb1ffdfa8b119f937e7b34c8f631 (diff)
downloadarchweb-24acac3f18dfb01e811cd62f7a869fd47abdbe5b.tar.gz
archweb-24acac3f18dfb01e811cd62f7a869fd47abdbe5b.zip
Super quick updates to README
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b4bf0b2a..ec0829e9 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@
# Dependencies
- python
- mysql-python or python-pysqlite
- - Django = 1.0
+ - Django >= 1.2.X
# Installation
For a simple testing installation:
@@ -29,7 +29,7 @@ For a simple testing installation:
6. To optionally populate the database with real data:
$ wget ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz
- $ scripts/reporead.py i686 ./core.db.tar.gz
+ $ ./manage.py reporead i686 core.db.tar.gz
(alter architecture and repo to get x86_64 and extra packages if needed)