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
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