Python/Django
- https://developers.google.com/edu/python/
- https://docs.djangoproject.com/en/1.5/
- http://www.djangobook.com/en/2.0/chapter02.html
- http://lightbird.net/dbe/index.html
Basic Commands
Basic settings to start a project:
django-admin.py startproject todo python manage.py syncdb python manage.py runserver
manage.py reset todo; manage.py syncdb