Hi, I'm looking for a solution for generating the model.py file for a table which is owned by a specific schema <schema>.<table>, I tried the below option but no luck.
*python manage.py inspectdb --database= <DB_NAME> <SCHEMA.TABLE_NAME>* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bc685fe7-93c8-4e35-b0d5-33bfe549169an%40googlegroups.com.

