Django: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 49: Zeile 49:
 
** http://locum.ru/public/hosting
 
** http://locum.ru/public/hosting
  
==Apps in Django==
+
==Sites in Django==
 
* [http://marakana.com/s/post/1505/learn_how_disqus_does_it_when_it_is_not_django_python_video Disqus]
 
* [http://marakana.com/s/post/1505/learn_how_disqus_does_it_when_it_is_not_django_python_video Disqus]
 
* [http://pinterest.com/ Pinterest]
 
* [http://pinterest.com/ Pinterest]
 +
* http://www.djangosites.org/
  
 
[[Category: Software]]
 
[[Category: Software]]

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