Selamawit

Results 2 issues of Selamawit

This is a practice contribution for a training module # Contributor guide pull request Thanks for contributing to the [Microsoft Learn contributor guide](https://learn.microsoft.com/contribute/?branch=main). Please read these instructions for processing your...

On chapter 5_ page(219) def clean_email(self): data = self.cleaned_data['email'] **if User.objects.filter(email=data).exists():** raise forms.ValidationError('Email already in use.') return data the name User is not defined anywhere in the class