Django: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 44: Zeile 44:
 
** )
 
** )
 
** Stackoverflow: http://stackoverflow.com/questions/1832709/django-how-to-make-translation-work?rq=1
 
** Stackoverflow: http://stackoverflow.com/questions/1832709/django-how-to-make-translation-work?rq=1
 +
 +
==REST==
 +
[http://django-rest-framework.org/ Django REST Framework]
  
 
==Hosting==
 
==Hosting==

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

REST

Django REST Framework

Hosting

Sites in Django