]> git.ozlabs.org Git - patchwork/commitdiff
Registration framework maintained on bitbucket
authorMartin Krafft <madduck@madduck.net>
Fri, 29 Jan 2010 21:03:52 +0000 (22:03 +0100)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 10 Aug 2010 03:49:35 +0000 (11:49 +0800)
The django-registration framework is now maintained on bitbucket, which
requires some changes to the in-tree symlink and the documentation.

Signed-off-by: martin f. krafft <madduck@madduck.net>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/registration
docs/INSTALL

index 64d0da05bf2732d9ed9b1d08fac393e4c428db59..2d4e4c99187b385d964bc83099b847317ef52390 120000 (symlink)
@@ -1 +1 @@
-../lib/packages/django-registration
\ No newline at end of file
+../lib/packages/django-registration/registration
\ No newline at end of file
index ea164046596e9d92be83514dee762f4ef91a85cd..803c7ff3c7a7c2550f135c9e2dc308950595798e 100644 (file)
@@ -61,14 +61,12 @@ in brackets):
          ln -s ../packages/django/django ./django
 
         We also use the django-registration infrastructure from
-        http://code.google.com/p/django-registration/
+        http://bitbucket.org/ubernostrum/django-registration/
 
          cd lib/packages/
-         svn checkout \
-             http://django-registration.googlecode.com/svn/trunk/registration/ \
-             django-registration
+         hg clone http://bitbucket.org/ubernostrum/django-registration/
          cd ../../apps
-         ln -s ../lib/packages/django-registration ./registration
+         ln -s ../lib/packages/django-registration/registration ./registration
 
                We also use some Javascript libraries: