All tutorial code worked with Django 1.6. Differences identified from 1.5 to 1.6: - [ ] Update `requirements.txt` for 1.6 - [x] Database defaults to SQLite in `settings.py` - [x] Admin is automatically added to `INSTALLED_APPS` in `settings.py`