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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -