Re: pycharm change django project directory

2011-04-28 Thread Xavier Ordoquy
Hi, I also use pycharm. Go in the configuration / Django Support and fills the fields (including enable django support). Looks like it has not been reconized out of the box since the django project seems to be in your subdirectories and there seems to be more than one project. Regards, Xavier.

pycharm change django project directory

2011-04-28 Thread SK
I clone a directory from hg in pycharm such like this: directory (clone from this level) doc server webs d_web1(this is a django project) d_web2(another django project) ... the d_web1 can't be recognized as a django project in pycharm anyone can help me, thx