You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def deleteUser(sender, instance, **kwargs):
user = instance.user // error showing to this line
user.delete()
The text was updated successfully, but these errors were encountered:
dev-shridhar
changed the title
DoesNotExist at /admin/auth/user/ User matching query does not exist. site:stackoverflow.com
DoesNotExist at /admin/auth/user/ User matching query does not exist.
Mar 8, 2022
def deleteUser(sender, instance, **kwargs):
user = instance.user // error showing to this line
user.delete()
The text was updated successfully, but these errors were encountered: