You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
hello there,
i am implementing custom user model with uuid field as user id. but when i am trying to log in at admin panel it is showing me 1 is not a valid uuid. instead i am creating user id field with AutoField it is running property. what is problem i am not getting