Is it possible to authenticate an already existing user model created from inspect_db ?
38 views
Skip to first unread message
utibe solomon
unread,
May 27, 2024, 1:47:11 PM5/27/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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
Hey Guys I've been trying to figure out a way to authenticate an auto generated user model and its impossible to do that unless the model has permission mixins and abstractuser .So how can i still authenticate an autogenerated user model without necessarily making migrations to that database