kuba kozłowicz

Avatar
  • Total activity 16
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6
  • Created

    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 ...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 3 followers
    • 6 comments
    • 1 vote