Django: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 11: | Zeile 11: | ||
==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] |
| + | |||
| + | ==Collaborative== | ||
| + | * On change of requirements.txt | ||
| + | ** <ENV> manage.py '''migrate''' | ||
==Hosting== | ==Hosting== | ||
Version vom 27. Juni 2013, 18:11 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
Collaborative
- On change of requirements.txt
- <ENV> manage.py migrate