摘要:
1. 开启POP3/SMTP,获得EMAIL_HOST_PASSWORD。 2. 在setting.py中添加代码 EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'smtp.qq.com' EMA 阅读全文
摘要:
问题:在使用django-crispy-forms时,跳转到signup页面出错 django.template.exceptions.TemplateDoesNotExist: bootstrap4/uni_form.html 解决方法: 使用bootstrap5 1. 安装crispy-boot 阅读全文