Using a database modeler with Django

36 Views Asked by At

I am trying to use Navicat as a visual way of designing the database Schema for a Django application. I saw the inspectdb command for Django, but it seems for migrating an old database to a new one, not continuous changes as the application is developed. What would the best way to integrate the both Navicat and Django together?

Thanks in advance!

0

There are 0 best solutions below