First time here? Check out the FAQ!

Revision history  [back]

In django world its advise not to actually modify auth_user table but askbot does modification, In my application I created a new table with relationship of auth_user table and added the fields that I need in user profile to be in that table. Then I modified the view to pickup that I field when I render the user profile.