How can we link third party databases (specifically MS Access) to Django for the inspectdb utility?

189 Views Asked by At

I want to just automate model creation and also just double check against my manual models using Django's inspectdb utility. However, the database I want to observe is Microsoft Access and it's not very clear how I can do this properly. There is a django-pyodbc but only works for Django 1.4-1.10. Any thoughts on using Inspectdb for a Microsoft Access database?

0

There are 0 best solutions below