overriding default templates of django-allauth

2020-02-03 09:39发布

I used this social registration/signup library django allauth for a project of mine. How do i customize the default templates and forms to give a better look and feel?

7条回答
家丑人穷心不美
2楼-- · 2020-02-03 10:23

All of these are good suggestions.

Most of these ought to work.

The only thing that worked for me, though, was to include my own templates in "project/app/templates/account/" and make sure that "django-allauth" gets listed in INSTALLED_APPS after my own app.

I discovered this here.

查看更多
登录 后发表回答