mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
16 lines
446 B
ReStructuredText
16 lines
446 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:: {{cookiecutter.project_slug}}.users.models
|
|||
|
:members:
|
|||
|
:noindex:
|
|||
|
|