Django: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 12: | Zeile 12: | ||
==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] | ||
+ | |||
+ | ==Configure with PyCharm== | ||
+ | * [http://stackoverflow.com/a/14428951/2510374 DJANGO_SETTINGS_MODULE] | ||
==Collaborative== | ==Collaborative== |
Version vom 30. Juni 2013, 15:26 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
Collaborative
- Migrate on change of requirements.txt, e.g. new tables are added.
- <ENV> manage.py migrate
- Install Databases
~/.environments/<PROJEKT>env/bin/pip install -r requirements.txt