diff options
author | Martin Krafft <madduck@madduck.net> | 2010-01-29 22:03:52 +0100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2010-08-10 11:49:35 +0800 |
commit | 50c10beddb95719e5dc8acee4f1ab13f8e858b5c (patch) | |
tree | 94ff9f581b037cdee892cbdb78d458904bee3b03 | |
parent | ef07c46d8106ffcdac76e6bc879b9867f6a388b4 (diff) | |
download | patchwork-50c10beddb95719e5dc8acee4f1ab13f8e858b5c.tar patchwork-50c10beddb95719e5dc8acee4f1ab13f8e858b5c.tar.gz |
Registration framework maintained on bitbucket
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>
l--------- | apps/registration | 2 | ||||
-rw-r--r-- | docs/INSTALL | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/apps/registration b/apps/registration index 64d0da0..2d4e4c9 120000 --- a/apps/registration +++ b/apps/registration @@ -1 +1 @@ -../lib/packages/django-registration
\ No newline at end of file +../lib/packages/django-registration/registration
\ No newline at end of file diff --git a/docs/INSTALL b/docs/INSTALL index ea16404..803c7ff 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -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: |