mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 07:06:34 +03:00
16 lines
424 B
ReStructuredText
16 lines
424 B
ReStructuredText
.. _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:: akarpov.users.models
|
||
:members:
|
||
:noindex:
|
||
|