Fix Django version requirement.
authorDave Page <dpage@pgadmin.org>
Tue, 18 Oct 2016 08:56:34 +0000 (09:56 +0100)
committerDave Page <dpage@pgadmin.org>
Tue, 18 Oct 2016 08:56:34 +0000 (09:56 +0100)
docs/dev_install.rst

index 6eb3d52f07ceb3c0723c8496487cdbf89ab1b04b..5f06dd60bbe5afea1aae2453a304710ded3a71da 100644 (file)
@@ -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