Django django-users default views not showing

This is my first django project. I am trying to use https://github.com/pinax/django-user-accounts to add user accounts. I followed the installation instructions. Database migration completed successfully.

However, when I go to http: // localhost: 8000 / account / signup / I get this

{# This template was intentionally left blank to satisfy the test suite. Your project should always provide site_base.html itself. #}

I was expecting the default registration page.

Any help would be greatly appreciated. Many thanks.

+3


source to share





All Articles