Hey dudes, I read James's blog post (http://www.b-list.org/weblog/2006/
jun/06/django-tips-extending-user-model/) about extending the User
model and the relative futility of the now defunct replaces_module()
function. My question is this: I have a legacy db with a users table.
My table actually fits the User model definition pretty closely, but
how could I add a db_table Meta option to change the table that the
User model uses? Extending the model to add more fields isn't really
an issue for me, I would just really like to use my own table but keep
the django.contrib.auth functionality without hacking the source. Is
this possible in any way currently? Thanks for any pointers you can
give me!
Greg


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to