Django: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 12: | Zeile 12: | ||
==Virtualenv== | ==Virtualenv== | ||
* [http://garmoncheg.blogspot.de/2012/01/establishing-dev-environment-with.html Establishing Dev environment with PyCharm + Virtualenv for Django development] | * [http://garmoncheg.blogspot.de/2012/01/establishing-dev-environment-with.html 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. | ||
==Style Guides== | ==Style Guides== |
Version vom 25. Juni 2013, 12:18 Uhr
Django - a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Aptana Configuration
- Win-Preferences->PyDev->Editor->Code Completeion: Apply completion on '.' and '('
Tutorials
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.