Skip to content

Inspectdb command

Sicong edited this page Nov 24, 2021 · 2 revisions

Inspectdb command now supports multiple schemas, use --schema to specify your schema to inpsect.

python manage.py inspectdb --schema "your_schema"

Remember to add mssql to INSTALLED_APPS

INSTALLED_APPS = (
    ...
    'mssql',
)

Clone this wiki locally