I have Django
project and I want to migrate one table (that table isn't defined like a Django
class in model.py
, but it is exist in PostgreSQL
DB) from PostgreSQL
to Django.
Which instrument can be used to create class from exist table in Database?