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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -