]> git.ozlabs.org Git - patchwork/commitdiff
docs: update INSTALL for commonly-available packages
authorJeremy Kerr <jk@ozlabs.org>
Tue, 10 Aug 2010 02:16:31 +0000 (10:16 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 10 Aug 2010 03:49:35 +0000 (11:49 +0800)
We probably don't need to download django or django-registration
anymore.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
docs/INSTALL

index 803c7ff3c7a7c2550f135c9e2dc308950595798e..cf6544ffa6b473ab22a2838e1acfa7dcbaf3742c 100644 (file)
@@ -51,21 +51,23 @@ in brackets):
 
         mkdir -p lib/packages lib/python
 
-        At the time of release, patchwork depends on django version 1.0.
-        However, most distros don't provide 1.0 yet. If yours does, then you
-        can skip this step. Otherwise, do a:
+        At the time of release, patchwork depends on django version 1.0 or
+        later. Your distro probably provides this. If not, do a:
 
          cd lib/packages
-         svn checkout http://code.djangoproject.com/svn/django/tags/releases/1.0
+         svn checkout http://code.djangoproject.com/svn/django/tags/releases/1.2
          cd ../python
          ln -s ../packages/django/django ./django
 
         We also use the django-registration infrastructure from
-        http://bitbucket.org/ubernostrum/django-registration/
+        http://bitbucket.org/ubernostrum/django-registration/. Your distro
+        may provide the django-registration python module (in Ubuntu/Debian it's
+        called 'python-django-registration'). If not, download the module
+        and symlink it to lib/python/ :
 
          cd lib/packages/
          hg clone http://bitbucket.org/ubernostrum/django-registration/
-         cd ../../apps
+         cd ../python
          ln -s ../lib/packages/django-registration/registration ./registration
 
                We also use some Javascript libraries: