]> git.ozlabs.org Git - patchwork/blobdiff - docs/INSTALL
[packages] update to django 1.0
[patchwork] / docs / INSTALL
index ef7e3c679baf1ec1279b86c076d3ce5958416576..42822e3650aac51c9b788c15a73dbecb51174b07 100644 (file)
@@ -51,13 +51,12 @@ in brackets):
 
         mkdir -p lib/packages lib/python
 
-        At the time of initial release, patchwork depends on a svn version of
-        django. I've been using svn commit 7854 - but anything after this
-        point should be fine. If your distribution provides a sufficiently
-        recent version of django, you can use that; if not, do a:
+        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:
 
          cd lib/packages
-         svn checkout http://code.djangoproject.com/svn/django/trunk django
+         svn checkout http://code.djangoproject.com/svn/django/tags/releases/1.0
          cd ../python
          ln -s ../packages/django/django ./django