akarpov/docs/users.rst

16 lines
424 B
ReStructuredText
Raw Normal View History

2022-11-23 11:41:43 +03:00
.. _users:
Users
======================================================================
Starting a new project, its 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 youll be able to customize it in the future if the need arises.
.. automodule:: akarpov.users.models
:members:
:noindex: