1

I am using a module which is not recognised by pip so cannot be called as a dependency from a requirements file. The module in question is a registration backend: https://github.com/georgema1982/django-insensitive

Where should I install this so that e.g. a Heroku environment can access it? I have installed it in my virtualenv site packages but that's no good when deployed. I'm guessing I'll have to push it up with git. Even then, where's best to keep it my project and how should I refer to it in the settings file?

KindOfGuy
  • 3,081
  • 5
  • 31
  • 47
  • 1
    http://stackoverflow.com/questions/8247605/configuring-so-that-pip-install-can-work-from-github – dm03514 Jun 17 '13 at 23:57
  • very nice thanks. That answer led me on the right path. I actually needed the requirements file code specifically which turned out to be: `-e git://github.com/georgema1982/django-insensitive.git#egg=django-insensitive` – KindOfGuy Jun 18 '13 at 00:59
  • 1
    Add your own answer if you've fixed the issue so that the question will be marked as solved – Timmy O'Mahony Jun 18 '13 at 06:07

0 Answers0