美文网首页产品经理的坎坷技术路
django.core.exceptions.Improperl

django.core.exceptions.Improperl

作者: Baisu | 来源:发表于2018-11-12 16:20 被阅读0次

    报错:
    django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.
    解决办法:
    init.py添加

    import pymysql
    pymysql.install_as_MySQLdb()
    

    相关文章

      网友评论

        本文标题:django.core.exceptions.Improperl

        本文链接:https://www.haomeiwen.com/subject/anecfqtx.html