mirror of
https://github.com/leaders-of-digital-9-task/backend.git
synced 2024-11-22 09:26:35 +03:00
16 lines
431 B
ReStructuredText
16 lines
431 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:: image_markuper.users.models
|
||
:members:
|
||
:noindex:
|
||
|