Roch
Roch

Reputation: 22061

Django, Import tables as models

I would like to know if it's possible to use django over existing db tables that defines the models.

Instead of defining models in order to create db tables

Upvotes: 2

Views: 3957

Answers (1)

Dave
Dave

Reputation: 2949

i think you are looking for inspectdb

Upvotes: 3

Related Questions