Hello, I'm implementing a starter project through pinax and I'm following their simple instructions at https://github.com/pinax/pinax-project-account . Unfortunately, my starter page isn't loading. I don't understand why because I'm just following their instructions! I've set my Allowed hosts and made sure the django stuff was uncommented in the wsgi file.
But I keep getting this no such table django_session error. I don't understand how to debug this! Any help?