I have a directory for a django project on my localhost
/MyDjangoList/
In this folder I have a django application called PK
I downloaded django-registration and unzipped the folder into the /MyDjangoList/
I went into terminal and went to the django-registration folder and ran
python setup.py install.
It did a bunch of things then spit out the following:
error: could not create '/usr/local/lib/python2.7/dist-packages/registration': Permission denied
The Install file says I can just put it into the same folder as my project, so do I even need to install this? If so, how do I properly install it?
