I’m using the Django Registration class, it’s great, but the last version shipped with an issue and it’s no longer updated
I’ve installed it on my path (downloaded it then python setup.py install) then added it to my projects installed apps
I’m on debian, and It’s copied itself to /usr/lib/python2.5/site-packages/registration
So far so great, but editing (hell, even deleting) has NO effect on my project
I’m guessing when you include a class in the django installed apps it’s copied somewhere, but where?
As always, thanks for your time!
I would suggest that you try the following workflow:
virtualenvfor every project you start (use--no-site-packages)django) in the project’s virtualenvpip install -eto install things you need to have an editable version of.pip install -e hg+http://...