This is all great. Thank you so much. I did have to use migrate_enabled=False rather than just migrate=False otherwise I got a complaint that the auth_user table already existed.
Which leads me to my followup... How do I keep separate auth tables for each app? or potentially other tables that are specific to the app. For example, if I have a clients app and a vendors app I do not want a member from one to log into the other application. I read in the manual that it was possible to use multiple databases, but then I couldn't find an example on how to do that. --

