Db2 driver for Django?
问题 It seems to me that Django currenty only provides 4 backend database engine which are: 'django.db.backends.postgresql' 'django.db.backends.mysql' 'django.db.backends.sqlite3' 'django.db.backends.oracle' If I use MySQL, all I have to do is just fill the Engine with 'django.db.backends.mysql' . But now, because my main Database is DB2, I'm having some issues to connect it with pyodbc. What is needed? import os SECRET_KEY = 'o0zdmzzdw44tkd5a7o*h-@*bo)r@f#)!)$)8f-y%=sn*kr)@t%' DEBUG = True