How to make Django work with unsupported MySQL drivers such as gevent-mysql or Concurrence's MySQL driver?
问题 I'm interested in running Django on an async framework like Concurrence or gevent. Both frameworks come with its own async MySQL driver. Problem is Django only officially supports MySQLdb. What do I need to do to make Django work with the MySQL drivers that come with gevent or Concurrence? Is there a step-by-step guide somewhere that I can follow? Is this a major undertaking? Thanks. 回答1: three cheers for @traviscline's suggestion to go with pymysql. his suggestion was based on this post from