python - Django django-user-accounts default views not showing -


this first django project. i'm trying use https://github.com/pinax/django-user-accounts add user accounts. i've followed installation instructions. database migrations have run.

however when visit http://localhost:8000/account/signup/ this

{# template intentionally left blank satisfy test suites. project should provide site_base.html itself. #}

i expecting default sign page.

any appreciated. thank much.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -