Django: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 14: | Zeile 14: | ||
==Collaborative== | ==Collaborative== | ||
− | * | + | * Migrate on change of requirements.txt, e.g. new tables are added. |
** <ENV> manage.py '''migrate''' | ** <ENV> manage.py '''migrate''' | ||
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
- Migrate on change of requirements.txt, e.g. new tables are added.
- <ENV> manage.py migrate