diff options
Diffstat (limited to 'docs/users.rst')
-rw-r--r-- | docs/users.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/users.rst b/docs/users.rst deleted file mode 100644 index 0fac7bf..0000000 --- a/docs/users.rst +++ /dev/null @@ -1,15 +0,0 @@ - .. _users: - -Users -====================================================================== - -Starting a new project, it’s highly recommended to set up a custom user model, -even if the default User model is sufficient for you. - -This model behaves identically to the default user model, -but you’ll be able to customize it in the future if the need arises. - -.. automodule:: alphabetlearning.users.models - :members: - :noindex: - |