Authenticating normal users in django

enter image description here

i am having issues with django built in forms.py which is in contrib.auth-- forms.py, i am having lot of errors in forms.py, for development i am using vscode i dont know it is isssue with vscode or what!, i am also unable to authenticate normal users after signup bcz of these errors maybe, vscode shows 162 errors in terminal, i also tried to download django from github, also reinstalled django, i dont know where is problem, i have attched screenshot.

Back to Top