How do you shard the Django User
model so that user records will be located in different databases/tables?
Which modules and models and views need to be modified? Do I need to create a custom authentication backend? Is there a relatively painless way to do this?
Thanks.