Jarad

- Total activity 144
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 56
- Subscriptions 30
-
Jarad created a post, PyCharm Autocomplete Adds Parentheses to Non-callable Things
The above image shows that I am in the Python Console working on a Django project. Price is a Django field on a content model. I want PyCharm to suggest: price not: price() >>> p.content.price()Tr... -
Jarad commented, -
Jarad created a post, AnsweredPyCharm - Reformat Selected Text but Optimize Imports and MERGE Duplicate Import Sources to Single Import Line
I love most things in PyCharm. I also love how this forum is not dead - knowledgeable people from JetBrains actually reply. Thanks to you all. My question When I CTRL + ALT + SHIFT + L to Reformat ... -
-
Jarad created a post, Project-level Environment Variables on a Project-Basis?
I find myself setting environment variables in several places routinely: Tools > Terminal Languages & Frameworks > Django Build, Execution, Deployment > Console > Python Console && Django Console ... -
-
-
-
Jarad commented, -
Jarad created a post, PyCharm Run npm command that compiles js and runs django collectstatic?
I am using PyCharm Professional. I have a Javascript file named myscript.js. In package.json, I have this scripts section: "scripts": { "build": "parcel build content/static/content/js/s3direct.js...