8cc055157d
`syncdb` subcommand was deprecated in django 1.7 and subsequently removed in 1.9. We need to use 'manage.py migrate'. This commit also drops a sample output of 'manage.py migrate'. I don't think we need to maintain this kind of output and it can change per Django release. Closes-Bug: #1777358 Reference: https://docs.djangoproject.com/en/dev/topics/http/sessions/#using-database-backed-sessions Change-Id: Ib3a7e50584a8deb9bee409335464163b7b1258d1