python - Django 1.8 migrations not obeying routers in multi db setup -
i have django project migrated , unmigrated apps. can able selectively migrate migrated applications running command :
migrate <app> --database <database>
however can't unmigrated applications thirdparty. able sync them have run command without specifying app
migrate --database <database>
this though ends errors other apps routed different databases complaining no table synced.
is there can resolve issue. appreciate effort answer question.
i guess can try python manage.py migrate 'nameoftheapp'
Comments
Post a Comment