-
Notifications
You must be signed in to change notification settings - Fork 130
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',
)