How to make Django work with unsupported MySQL drivers such as gevent-mysql or Concurrence's MySQL d

Posted by Continuation on Stack Overflow See other posts from Stack Overflow or by Continuation
Published on 2010-04-14T10:21:21Z Indexed on 2010/04/14 10:23 UTC
Read the original article Hit count: 243

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.

© Stack Overflow or respective owner

Related posts about django

Related posts about django-database