Updated the version of Django required to run pgweb in install docs.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 11 Sep 2019 18:25:39 +0000 (14:25 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 11 Sep 2019 18:25:39 +0000 (14:25 -0400)
Author: Rodrigo Ramírez Norambuena <decipher.hk@gmail.com>

docs/dev_install.rst

index 69f07cc652c9842afb990fb740e1ded9d163673d..241c582cefdd27742fea55548cc32a90747b7678 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.8*
+#. Make sure you have downloaded and installed django *version 1.11*
    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