aboutsummaryrefslogtreecommitdiffstats
path: root/docs/users.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/users.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/users.rst b/docs/users.rst
new file mode 100644
index 0000000..1ddbc73
--- /dev/null
+++ b/docs/users.rst
@@ -0,0 +1,15 @@
+ .. _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:: pyblackbird_cc.users.models
+ :members:
+ :noindex:
+