Hello, Kenneth *I am posting this here as the app in question has not got the issue > tracker available. On doing pip install registration, a version without > the registration.default.backends.**urls is installed. Can this be > corrected?* >
Only if the author updates the package in pypi[1], which is currently at 0.7. The "official" bitbucket repo has been sitting at 0.8-alpha since 2009[2], so this is pretty much abandonware at this point. You can point pip to download from VCS repositories. The instructions are easily followed from the docs[3]. As usual, I also recommend reading this guide[4] on using virtualenv/pip for django development. It's the go-to guide to setting up a sane environment. Good luck! Cheers, AT [1] http://pypi.python.org/pypi/django-registration [2] https://bitbucket.org/ubernostrum/django-registration/downloads [3] http://www.pip-installer.org/en/latest/usage.html#version-control-systems [4] http://www.saltycrane.com/blog/2009/05/notes-using-pip-and-virtualenv-django/ On Wed, Dec 7, 2011 at 9:36 AM, kenneth gonsalves <[email protected]>wrote: > hi > > I am posting this here as the app in question has not got the issue > tracker available. On doing pip install registration, a version without > the registration.default.backends.urls is installed. Can this be > corrected? > -- > regards > Kenneth Gonsalves > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

