I have 4 MySQL databases and use routers to manage them.The tables are created and the migration is successful however django server shows one migration to be applied. If the command is to ". python3 manage.py migrate" it does apply the migration but to the auth table which is the default table.
Python manage.py migrate <app name> --database= <some db > The above works with the server message that there is an unapplied migration which is the same one it migrated Willy Sent from my iPad -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/B1F7F90A-5BA8-4F72-8F23-527C598EDBC8%40gmail.com.