Re: Unresolved references error in Pycharm Community edition

2015-11-28 Thread Dan Tagg
Agreed, but it is very good to use virualenv, a requirements file and then set the PyCharm project interpreter to your virtualenv one, then PyCharm picks up all the imports and can alert you if you're importing something wrongly or if you want to view the declaration of a function. I also really li

Re: Unresolved references error in Pycharm Community edition

2015-11-28 Thread aftnix
On শুক্রবার 27 নভে 2015 03:04 অপরাহ্ণ, Sneha R wrote: Hi, I am new to Pycharm and I am trying to run a Django project in Pycharm Community edition 5.0.1 but there are few import errors saying ''Unresolved reference'" . I am using Python 2.7. How do I solve this error ? -- You received this mess

Re: Unresolved references error in Pycharm Community edition

2015-11-27 Thread Ezequiel Bertti
This error is on run console or on some dialog of pycharm? On Fri, Nov 27, 2015 at 7:04 AM, Sneha R wrote: > Hi, > > I am new to Pycharm and I am trying to run a Django project in Pycharm > Community edition 5.0.1 but there are few import errors saying ''Unresolved > reference'" . I am using Pyt