标签: python django authentication login social-authentication
我已经设法在我的django网站上使用Google身份验证。问题是当我转到用户个人资料时:http://127.0.0.1:8000/user/username
例如,如果我的Google用户名是Chazefate,那么当我访问个人资料时,此网站无法使用,因为我认为它并没有将用户保存到数据库。 http://127.0.0.1:8000/user/Chazefate
我正在使用django python social auth。
所以主要的问题是如何在我的数据库中保存这个谷歌用户。