我是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'.
请帮助任何人谢谢。