Update docs
authorMagnus Hagander <magnus@hagander.net>
Sat, 25 May 2013 18:34:29 +0000 (14:34 -0400)
committerMagnus Hagander <magnus@hagander.net>
Sun, 16 Jun 2013 14:35:21 +0000 (16:35 +0200)
docs/dev_install.rst
docs/django.rst

index 8952fc994f7b361319e4af9a7ed6e3de18ea334f..d66efc3ab2e189283d5d193123b1841e1f591b87 100644 (file)
@@ -5,10 +5,12 @@ 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.2*
-   (or later). You will also need the dependencies *psycopg2*, *yaml*
+#. Make sure you have downloaded and installed django *version 1.4*
+   You will also need the dependencies *psycopg2*, *yaml*
    and *markdown* (these are python libraries, so prefix python- for Debian
-   packages, for example).
+   packages, for example). There is a `requirements.txt` file available
+   for pip installs.
+
 #. Make sure you have downloaded and installed PostgreSQL (tested only
    with *version 9.0* and later, but doesn't use any advanced
    functionality so it should work with other versions)
index f8ba5bff4e26a8cf7973a25f00ad0ec011c5ba33..e0fad6346f4114913356c1abc8ac48543ea4c291 100644 (file)
@@ -12,8 +12,8 @@ coding practices used there.
 Functions and classes should be documented in-line, through comments
 or docstrings.
 
-The site is currently deployed on Django 1.2 (being the standard version
-in Debian Squeeze), so all testing should be done against this version.
+The site is currently deployed on Django 1.5 (being the standard version
+in Debian Wheezy), so all testing should be done against this version.
 
 Database access
 ---------------