# Django User Model Readup and Notes
### Talks
* [Custom Django User Model | CFE](https://youtu.be/HshbjK1vDtY) - Is not Updated to the current Django Version
* [Multi User Types | Proxy Models | PyDanny](https://youtu.be/f0hdXr2MOEA)
* [Multiple User Types With Custom Data Fields | PyDany](https://youtu.be/V3zRZ6XRols)
* [Build a Custom User Model with Extended Fields | Very Academy](https://youtu.be/Ae7nc1EGv-A)
* [Getting the Most Out of Django's User Model | Workshop | Julia Looney](https://youtu.be/sXZ3ntGp_Xc)
* [Getting the Most Out of Django's User Model | Talk | DjangoCon](https://youtu.be/uLPZYuj7yTg)
### Blogs
* [How to Extend Django User Model | SIBTC](https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html)
* [Creating a Custom User Model in Django | TestDrivenIO](https://testdriven.io/blog/django-custom-user-model/)
### Notes