Am pretty new to Django but I do have long experience in web development. Usually, I always use PowerDesigner to create the table structure of my solution, export to SQL to use as my backend.
With Django its a different story and I was hoping if there is a way I could create my models using PowerDesigner or execute Django to reversely create the models based on the existing backend, Is there such a thing?
Thanks