PyCharm: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 19: | Zeile 19: | ||
==Databases== | ==Databases== | ||
* [http://stackoverflow.com/questions/14302887/pycharm-setting-up-mysql-database-driver Pycharm Setting up Mysql Database Driver] | * [http://stackoverflow.com/questions/14302887/pycharm-setting-up-mysql-database-driver Pycharm Setting up Mysql Database Driver] | ||
+ | ** e.g. DB URL: jdbc:mysql://localhost/databasename | ||
* [https://www.youtube.com/watch?v=P3C0iO1yqhk Database Tools and SQL Support in IntelliJ IDEA] | * [https://www.youtube.com/watch?v=P3C0iO1yqhk Database Tools and SQL Support in IntelliJ IDEA] |
Version vom 3. Juli 2013, 10:25 Uhr
https://www.jetbrains.com/pycharm/ is a Python and Django IDE
Settings
Browsers
- Settings->Web Browsers
- /usr/bin/chromium-browser
Virtualenv
- Establishing Dev environment with PyCharm + Virtualenv for Django development
- You need to select "Python Interpreter" in those preferences panel and press "Add New" > "Select other" in the top right corner. After that you need to point out to your "virtual-environment directory > bin > Python executable". PyCharm will scan for environment and connect it to where needed.
Databases
- Pycharm Setting up Mysql Database Driver
- e.g. DB URL: jdbc:mysql://localhost/databasename
- Database Tools and SQL Support in IntelliJ IDEA