]> git.ozlabs.org Git - patchwork/blobdiff - docs/INSTALL
docs: fix INSTALL instructions regarding Django
[patchwork] / docs / INSTALL
index 28f85d55e834874896359f66a26b7a59b210266e..6c4864412f7b26af026221242f1cfe476414e570 100644 (file)
@@ -89,7 +89,7 @@ in brackets):
         later. Your distro probably provides this. If not, do a:
 
          cd lib/packages
-         svn checkout http://code.djangoproject.com/svn/django/tags/releases/1.2
+         git clone https://github.com/django/django.git -b stable/1.2.x
          cd ../python
          ln -s ../packages/django/django ./django
 
@@ -127,7 +127,7 @@ in brackets):
         Then, get patchwork to create its tables in your configured database:
 
          cd apps/
-         PYTHONPATH=../lib/python ./manage.py syncdb
+         PYTHONPATH=../lib/python/django ./manage.py syncdb
 
         And add privileges for your mail and web users. This is only needed if
         you use the ident-based approach. If you use password-based database