Mitch Berkson
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
创建于 Does PyCharm have any support?
I've been using the Komodo IDE for a while and I've been trying out PyCharm. PyCharm has a lot of great features which I'd be happy to pay for if I could imagine that I would ever get answers to a... -
创建于 What is the name of the context menu in an editor window?
I'd like to customize the context menu that pops up in the editor window. It doesn't seem to be "Editor Popup Menu", "Editor Gutter Popup Menu" or "Editor Tab Popup Menu". -
创建于 Unresolved attribute reference 'objects' for class 'Foo'
Why am I seeing the warning "Unresolved attribute reference 'objects' for class 'Foo'" for a class which is a subclass of Django's models.Model? This occurs wherever I use Foo.objects.filter(...).... -
创建于 How to kill background task
已回答I want to kill Python Console which is "Connecting". There is no "x" in the Background Tasks window. How do I kill it? -
创建于 Unresolved remote reference from external library
I have a remote interpreter configured and see many of the paths to remote directories. At least one is not on the list though and it causes an unresolved reference warning.In Project Interpreter.... -
创建于 Python version required for v4.01?
Even though the system requirements on the download page say Python 2.4+, there is a comment and test in the debugger file pydev_versioncheck.py which says "We require Python 2.6+".If the debugger ... -
创建于 PyCharm 4 upgrade - where are my old settings?
I upgraded to 4.0.1 from 3.4.1 on Win 7. The installer can't find my old settings file with stuff like theme and fonts sizes. When I was forced to choose to import old settings from a custom area... -
创建于 In SSH terminal, arrow keys stop working after executing debug lines
In an SSH terminal window, after executing the Pycharm debug lines in a file, my arrow keys stop working and start printing "^[OA^[OC^[OD^[OA^[OB", etc.Is there a way I can fix this? -
创建于 How to "enable Django support for the project" for a remote project?
I am trying to run/debug a django project on AWS. When I try to run it, PyCharm says "Error: Please enable Django support for the project". The only Django project root options are local. Should... -
创建于 How to reference django files when using remote server interpreter
I have an existing django project on an AWS instance. I have copied the Python files to my local machine. The django file references are, naturally, not resolved, since the django files are not o...