There was an error while loading. Please reload this page.
1 parent 1dd7492 commit 0375244Copy full SHA for 0375244
docs/topics/auth/customizing.txt
@@ -404,8 +404,9 @@ the :setting:`AUTH_USER_MODEL` setting that references a custom model::
404
405
AUTH_USER_MODEL = 'myapp.MyUser'
406
407
-This dotted pair describes the name of the Django app, and the name of the Django
408
-model that you wish to use as your User model.
+This dotted pair describes the name of the Django app (which must be in your
+:setting:`INSTALLED_APPS`), and the name of the Django model that you wish to
409
+use as your User model.
410
411
.. admonition:: Warning
412
0 commit comments