aboutsummaryrefslogtreecommitdiffstats
path: root/docs/users.rst
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-13 17:26:25 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-13 17:26:25 +0100
commitefbbd480ddc62e695123d31c31d233b0df5155bd (patch)
treebc2fb465edd5050d83c97f280b1aac8e023fe3e5 /docs/users.rst
After first pre-commit processing
Diffstat (limited to 'docs/users.rst')
-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:
+