django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named MySQLdb

前端 未结 23 1256
夕颜
夕颜 2020-12-02 10:51

The problem Im facing while trying to connect to database for mysql. I have also given the database settings that i have used.

 Traceback (most recent call l         


        
23条回答
  •  我在风中等你
    2020-12-02 11:35

    Just to add to other answers, if you're using Django, it is advisable that you install mysql-python BEFORE installing Django.

提交回复
热议问题