.. _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. This model behaves identically to the default user model, but it can be customized in the future if the need arises. .. automodule:: democrasite.users.models :members: :noindex: