Is there a way to specify that a model (or app, even) should only ever use one particular database?
I am working with a legacy database that I don\'t want to change.
As far as I know you can't specify the database directly with the model since it would kind of prevent the app from ever being reusable, but from what I can see in the docs:
https://docs.djangoproject.com/en/1.8/topics/db/multi-db/