++++++++++++++++++
- Rename: `views.py` to `mixins.py` because is the propper name
- Add: `boilerplate.py` with the default settings, you can customize your error messages.
- Add: `forms.py` Forms with validation to the following Views:
- Add: `views.py`: `LoginView`
- Add: `views.py`: `RecoverAccountView`
- Add: `views.py`: `RegistrationView`
- Add: `views.py`: `LoginView`