通过将电话号码与otp一起使用来进行Django身份验证

时间:2018-12-07 14:01:04

标签: python django django-rest-framework

我是django的新手。我需要使用otp身份验证创建自定义电话号码。为此,我在github中找到了一个库(应用程序) 这是链接:
https://github.com/wejhink/django-phone-login

我使用pip install django-phone-login安装了该应用,并在setting.py文件中配置了所有内容...

当我要迁移时,出现错误 这是错误

ERRORS:
<class 'phone_login.admin.PhoneTokenAdmin'>: (admin.E108) The value of 'list_display[0]' refers to 'phone_number', which is not a callable, an attribute of 'PhoneTokenAdmin', or an attribute or method on 'phone_login.PhoneToken'.

请帮助任何人谢谢。

0 个答案:

没有答案