diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-16 22:42:14 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-06-16 22:42:14 -0500 |
commit | 24acac3f18dfb01e811cd62f7a869fd47abdbe5b (patch) | |
tree | 627a00076dd8a5526b73295872dff188ec31b272 /README | |
parent | 0251885a8d2bfb1ffdfa8b119f937e7b34c8f631 (diff) |
Super quick updates to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |