Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Paul Everitt
Total activity
282
Last activity
April 12, 2019 13:28
Member since
January 26, 2016 15:52
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
117
Activity overview
Posts (0)
Comments (165)
Sort by recent activity
Recent activity
Votes
Created
September 06, 2016 11:36
Yes, follow the tutorial with your modification for the database (PG -> sqlite) and once you reach the point that a sqlite file is created, then you can use PyCharm's data source. It is important t...
Community
PyCharm
Creating an SQLite database?
0 votes
Created
September 06, 2016 11:26
Your Django scaffold should have a console command that creates the database and all the tables in the database. That isn't the kind of thing you want to do manually, as it isn't repeatable.
Community
PyCharm
Creating an SQLite database?
0 votes
Created
September 06, 2016 11:01
Hi Pablo. I see how our wording might be confusing. What we actually let you create is a connection to an existing database. Thus, you need to arrange for your SQLite database to be created by your...
Community
PyCharm
Creating an SQLite database?
0 votes
Created
August 27, 2016 13:27
Hi Hans, that was spam. I deleted one and marked the other as spam, hopefully to prevent a return. To answer your question, unfortunately you're right, we don't have a setting for that. If you'd li...
Community
PyCharm
Single Instance Only always on by default?
0 votes
Created
August 25, 2016 12:00
In preferences, do a search for todo. You'll find it under Colors & Fonts, General, 8th item in the Code section.
Community
PyCharm
# todo python tags don't seem to have configurable font color
0 votes
Created
August 23, 2016 17:56
Python code can have any type added to a list. For example, you might do list.append(33) before your loop. Python and PyCharm can't do code completion in there because arrays don't have fixed-type ...
Community
PyCharm
Completion code in "for in" statement
0 votes
Created
August 17, 2016 11:21
Yes, your analysis is correct. Feel free to ask any other questions.
Community
PyCharm
noob questions
0 votes
Created
August 06, 2016 21:39
It's true that PyCharm doesn't bundle all of the plugins available in the other IDEs. We're still working on getting the Docker support updated to the new-style in the beta. But perhaps you could m...
Community
PyCharm
Heroku support
0 votes
Created
August 06, 2016 21:34
I just tried to recreate this and was unable to. Can you try the following: Create a file hello.py Inside, have print('hello') as the only line (meaning, it will fail under 2.7) Right click in the...
Community
PyCharm
PyCharm community edition - impossibile to set python3 as interpreter
0 votes
Created
July 30, 2016 06:34
To date we've shied away from trying to support more of the various deployment services. Adding Docker proved to consume a bunch of effort and it was a struggle to get it right. And now, everything...
Community
PyCharm
Feature Request: AWS Lambda
0 votes
«
First
‹
Previous
Next
›
Last
»