ImportError:无法从“django.utils”中导入名称“6”
ImportError: cannot import name 'six' from 'django.utils' (d:\production\myproject\venv\lib\site-packages\django\utils
from django.contrib.auth.tokens import PasswordResetTokenGenerator代码似乎不起作用实际的错误是无法从django.utils导入名称六。我在的其他答案中看到,这与django 3.0中删除了6个有关。有没有更好的方法在注册时发送验证电子邮件?