Jay Martin
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Jay Martin created a post, Changing Github Account for Project
I have multiple github accounts configured. I opened an older project that should be using account A, but it prompted me which account to use and I accidentally clicked account B and said to make i... -
-
Jay Martin created a post, Alexa Skill code deployment
Has anyone figured out if it's possible to deploy Amazon alexa skill code to AWS Lambda directly from within PyCharm? My skill is finally past the OAuth testing phase, so now comes the real develop... -
-
-
Jay Martin created a post, NameError: django-line exception
Starting with PyCharm 2019.1, I get the errors below when I start debugging my django 1.9 project. It does seem to startup without any issue, but I'm always suspicious of unknown errors. Anyone hav... -
Jay Martin created a post, AnsweredHow to see remote subversion changes
I think I'm missing something really simple: how do you see in PyCharm what files have remote changes (i.e. changes made by others to the repo)? The comparable command line is "svn status -u" which... -
Jay Martin created a post, AnsweredHow to run something after debugger is launched
I must be missing something very obvious: there's a "Before launch" UI element that allows you to specify something to run before the debug config runs. What I'm looking for is an "After launch" fu... -
Jay Martin commented,