Change `email` in users_user to be a required (non-blank) field. Since we are using a custom user model, this change will need to be made in the `model.py` file of the **`users`** app. * [**Custom User Models (Django Docs)**](https://docs.djangoproject.com/en/2.2/topics/auth/customizing/#using-a-custom-user-model-when-starting-a-project) * [**Referencing the Custom User Model (Django Docs)**](https://docs.djangoproject.com/en/2.2/topics/auth/customizing/#referencing-the-user-model)