We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafb1a9 commit 1bb69c8Copy full SHA for 1bb69c8
content/pages/04-web-development/02-django.markdown
@@ -220,6 +220,10 @@ the framework.
220
is packaged with Django. This scenario is very common for all but the
221
simplest Django projects.
222
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.
227
228
## Django Channels
229
Channels are a new mechanism in Django 1.9 provided as a standalone app.
0 commit comments