From 76887165755b21cc31f1d80d9baac5bc923ffa0c Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 18 Oct 2016 09:56:34 +0100 Subject: [PATCH] Fix Django version requirement. --- docs/dev_install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev_install.rst b/docs/dev_install.rst index 6eb3d52f..5f06dd60 100644 --- a/docs/dev_install.rst +++ b/docs/dev_install.rst @@ -5,7 +5,7 @@ So, you're ready to contribute to pgweb, and you want to set up a local working copy of the website code, so you have something to work with. Here's a quick step-by-step on how to do that: -#. Make sure you have downloaded and installed django *version 1.4* +#. Make sure you have downloaded and installed django *version 1.8* You will also need the dependencies *psycopg2*, *yaml* and *markdown* (these are python libraries, so prefix python- for Debian packages, for example). There is a `requirements.txt` file available -- 2.39.5