Skip to content

Commit 1bb69c8

Browse files
authored
add custom user model blog post
1 parent cafb1a9 commit 1bb69c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/pages/04-web-development/02-django.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ the framework.
220220
is packaged with Django. This scenario is very common for all but the
221221
simplest Django projects.
222222

223+
* [Creating a Custom User Model in Django](https://testdriven.io/blog/django-custom-user-model/)
224+
looks at how to create a custom User model in Django so that an email
225+
address can be used as the primary user identifier instead of a
226+
username for authentication.
223227

224228
## Django Channels
225229
Channels are a new mechanism in Django 1.9 provided as a standalone app.

0 commit comments

Comments
 (0)