1

A customer of mine has a Heroku Python/Django application that they have asked me to take a look at and I am trying to understand the process of getting it running on my local Windows 7 laptop. I have been searching the net without any success. Does anyone have a suggestions or guides on how to do this.

Kimvais
  • 38,306
  • 16
  • 108
  • 142
Mark Munro
  • 169
  • 1
  • 4

1 Answers1

1

Please have a look here : Collaborating with Others

They should add you as a collaborator so you can git clone the project files. They can do it via the heroku toolbelt installed on their computer (in command line) or via the Dashboard heroku

Pol0nium
  • 1,346
  • 4
  • 15
  • 31