在Django中是否可以验证用户名和密码。我能找到的就是 https://simpleisbetterthancomplex.com/tutorial/2017/02/18/how-to-create-user-sign-up-view.html 这只是使用用户名验证
你也许值得一看阿拉斯。 https://django-allauth.readthedocs.io/en/latest/overview.html
默认情况下,django使用用户名对用户进行身份验证。如果您想用电子邮件而不是用户名来验证用户,可以查看本教程。 Authenticate user with email instead of username