kuba kozłowicz
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
-
kuba kozłowicz created a post, 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 ... -
-
kuba kozłowicz created a post, 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... -
kuba kozłowicz created a post, 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... -
kuba kozłowicz created a post, 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... -
kuba kozłowicz commented, -
-
kuba kozłowicz created a post, 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...