-
Uses a custom user model which takes email as username
-
send a welcome email to the user whenever the register
-
Email (currently sending console using django's EmailBackend)

- Clone the repo
- Create a venv (virtual env for python)
- Install
requirements.txt - Run
python manage.py makemigrations - Run
python manage.py migrate

