From 919eb20119fe1def828f1a65ef884c2ec0c2d3f0 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 6 Mar 2013 16:51:51 +0000 Subject: [PATCH] README: Clarify requirements * Add tested versions * Web server only needed for production Signed-off-by: Paul Eggleton --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index 5b12c98..7ca01e4 100644 --- a/README +++ b/README @@ -11,10 +11,18 @@ Setup In order to make use of this application you will need: -* A web server set up to host Django applications +* Django 1.4.x - tested with 1.4.1; newer versions may work, but the + application has not been tested with 1.5 or newer. +* For production usage, a web server set up to host Django applications + (not needed for local-only testing) * A database supported by Django (SQLite, MySQL, etc.). Django takes care of creating the database itself, you just need to ensure that the database server (if not using SQLite) is configured and running. +* The following third-party Django modules (tested versions listed): + * django-registration (0.8) + * django-reversion (1.6.5) + * django-reversion-compare (0.3.5) + * django-simple-captcha (0.3.6) * On the machine that will run the backend update script (which does not have to be the same machine as the web server, however it does still have to have Django installed, have the same or similar configuration @@ -22,10 +30,6 @@ In order to make use of this application you will need: application): * Python 2.6 or Python 2.7 * GitPython (python-git) version 0.3.1 or later -* django-registration -* django-reversion -* django-reversion-compare -* django-simple-captcha Setup instructions: