﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3116	[multi-db] inspectdb should inspect OTHER_DATABASES	carole.zieler@…	nobody	"Currently to analyze all of my legacy databases, I have to modify the main database in settings.py to one database at a time ( python manage.py inspectdb > somefile.py ) ... then copy that somefile.py file to the correct directory that corresponds to the MODEL entry for that database under OTHER_DATABASES.

For this branch, it seems to me that the behavior for inspectdb should be as follows:
1. Inspects main database and outputs code to models.py
2. For each item in OTHER_DATABASES, inspect that table, and create a models.py file in the directory that corresponds to the MODEL entry for that database."	enhancement	closed	django-admin.py inspectdb		normal	wontfix			Design decision needed	0	0	0	0	0	0
