Django: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 9: | Zeile 9: | ||
* [https://docs.djangoproject.com/en/dev/topics/db/ Models and databases] | * [https://docs.djangoproject.com/en/dev/topics/db/ Models and databases] | ||
* [https://docs.djangoproject.com/en/dev/topics/http/ Handling HTTP requests] | * [https://docs.djangoproject.com/en/dev/topics/http/ Handling HTTP requests] | ||
+ | |||
+ | ==Virtualenv== | ||
+ | * [http://garmoncheg.blogspot.de/2012/01/establishing-dev-environment-with.html Establishing Dev environment with PyCharm + Virtualenv for Django development] | ||
==Style Guides== | ==Style Guides== |
Version vom 25. Juni 2013, 12:17 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 '('