Re: How to get/assign the contents of the app code directory into my Django project

2015-03-12 Thread jaisol
After re-reading I just got what I should do... Thanks again ! On Wednesday, March 11, 2015 at 10:23:49 AM UTC-6, jaisol wrote: > > Thanks again for your time on this. > > Even the setup.py comes with the downloaded app I didn't execute it > because it wasn't part of t

How to get/assign the contents of the app code directory into my Django project

2015-03-12 Thread jaisol
Hi, Sorry to ask such a silly question I just cloned a Django app via git and I want to get the contents of the app code directory into my Django project. The Readme.md says the following but I don't get it :-( Folder Structure You will need to get the contents of the src/idea directory i

Re: How to get/assign the contents of the app code directory into my Django project

2015-03-11 Thread jaisol
in this case add the location to PYTHONPATH). I personally > suggest to use virtualenv, which makes this above process a child's play :) > > Best, > Gergely > On 11 Mar 2015 00:09, "jaisol" > wrote: > >> Thanks for your quick response. >> >> Ok. I&

Re: How to get/assign the contents of the app code directory into my Django project

2015-03-10 Thread jaisol
ss up your version control system, if you use any; and you > should). > > Best, > Gergely > On 10 Mar 2015 22:47, "jaisol" > wrote: > >> Hi, >> >> Sorry to ask such a silly question I just cloned a Django app via git >> and I want to get the con