cookiecutter-django/{{cookiecutter.project_slug}}/docs/users.rst

16 lines
446 B
ReStructuredText
Raw Normal View History

.. _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:: {{cookiecutter.project_slug}}.users.models
:members:
:noindex: