Thank you for the response. I followed some guide to connecting remote database with my application, I found solution to access remote database with SSHTunnelForwarder and mysql.connector.connect() and it says in my log "Connected to my remote database" (Screen shot attached),
The problem is when I access remote database in DATABASES with multiple database and run the command "python manage.py migrate --database=remote_db" the response is error(screen shot attached). but When I run Command 'python manage.py inspectdb --database=remote_db' it successfully created model structure from remote database.