Add uuid field in django Existing User model?

Viewed 2942

I am using Django Rest framework for my application. I almost implemented registration and login process using django User Model without customizing it now i want to add a uuid field in it. Is there any way we can just add uuid field and other process remains same?

1 Answers
Related