Create MySignupView class and inherit it from CreateView.
The attribute of the class should satisfy the following conditions:
- it uses the
UserCreationForm - after successful registration, the user should be redirected to /home URL
- the name of the template it uses is signup.html