Reputation: 11
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?
Upvotes: 1
Views: 206