Django: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
[https://www.djangoproject.com/ Django] - a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
+
[https://www.djangoproject.com/ Django] - a high-level [[Python]] Web framework that encourages rapid development and clean, pragmatic design.
  
 
==Aptana Configuration==
 
==Aptana Configuration==

Version vom 17. Juli 2013, 09:01 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

Configure with PyCharm

Databases

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

Migrations

Internationalization


If you have problems with translating strings:

Hosting

Sites in Django