Django: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 12: Zeile 12:
 
==Style Guides==
 
==Style Guides==
 
* [http://www.python.org/dev/peps/pep-0008/ PEP 8 -- Style Guide for Python Code]
 
* [http://www.python.org/dev/peps/pep-0008/ PEP 8 -- Style Guide for Python Code]
 +
 +
==Images==
 +
* http://www.sandersnewmedia.com/why/2012/04/16/installing-pil-virtualenv-ubuntu-1204-precise-pangolin/ - fix image showing problem.
  
 
==Configure with PyCharm==
 
==Configure with PyCharm==

Version vom 18. Juli 2013, 14:41 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

Images

Configure with PyCharm

Databases

  • Install Databases
~/.environments/<PROJEKT>env/bin/pip install -r requirements.txt

Migrations

Internationalization


If you have problems with translating strings:

REST

Django REST Framework

Hosting

Sites in Django