Re: How to use inspectdb to generate a model for a table owned by a specific schema.

2021-09-09 Thread Hello Singh
I am intermediate django developer, I want to give a try to your questions. Simply use this command *python manage.py inspectdb [ TABLE_NAME ]* *If you use this command without table name it inspect all tables of database* On Thu, 9 Sep 2021, 19:39 Nemani Srinivas Murthy, wrote: > Hi, I'm look

Re: How to use inspectdb to generate a model for a table owned by a specific schema.

2021-09-09 Thread carlos
Hi, read this maybe help you! https://stackoverflow.com/questions/21986917/running-inspectdb-on-a-specific-schema On Thu, Sep 9, 2021 at 8:09 AM Nemani Srinivas Murthy wrote: > Hi, I'm looking for a solution for generating the model.py file for a > table which is owned by a specific schema ., I