This is my first django project. I'm trying to use https://github.com/pinax/django-user-accounts to add user accounts. I've followed the installation instructions. The database migrations have successfully run.
However when I visit http://localhost:8000/account/signup/ I get this
{# This template intentionally left blank to satisfy test suites. Your project should always provide a site_base.html itself. #}
I was expecting a default sign up page.
Any help would be appreciated. Thank you very much.