Django: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
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]
 
** 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:34 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

Style Guides

Hosting