kuba kozłowicz
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
创建于 Project using Django and AngularJS - Which IDE is best?
Hi,I am going to work on a project using Django and massive amount of javascript, mostly AngularJS. What IDE would be the best for that PyCharm or WebStorm? I've only experience with PyCharm and I ... -
创建于 Interpreter configuration problem on Windows
I am getting errors even if I want to use following things:@staticmethod, range, object.I can simply run this project, either from command line or from PyCharm and it works normally as if these err... -
创建于 Import reference to object - Shortcut
I forgot what is the shortcut for importing reference to object Let's say I have two files:polls/models.pyclass Poll(db.Model): ...polls/views.py...poll = Poll()...Poll will be underlined with re... -
创建于 Cannot convert project: Error on line -1: Premature end of file.
My computer just crashed, I don't know if it was caused by PyCharm, but after I restarted it PyCharm doesn't want to reopen the project I was working on before crash.There is a screen of error. Any... -
创建于 Set git default diff- and mergetool to pyCharm
Hello,I'd like to have pyCharm set as my default diff- and mergetool for git.For instance if I type merge command in console and if conflict occurs pyCharm will be opened instead of that vi-style-l...