From 5ffe1bd4d552e8a15924b3a096d3af30292c46ab Mon Sep 17 00:00:00 2001 From: Abdillah Bakari Date: Thu, 14 Aug 2025 11:43:50 +0300 Subject: [PATCH] Added a note about the default password in make example --- docs/changes.rst | 5 +++++ docs/contributing.rst | 3 +++ 2 files changed, 8 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 5c7c0844b..da6173113 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,11 @@ Change log ========== +Pending +------- + +* Added a note about the default password in ``make example``. + 6.0.0 (2025-07-22) ------------------ diff --git a/docs/contributing.rst b/docs/contributing.rst index 1ab7077aa..9259750c2 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -40,6 +40,9 @@ For convenience, there's an alias for the second command:: $ make example +The default password is ``p``, it can be overridden by setting the environment +variable ``DJANGO_SUPERUSER_PASSWORD``. + Look at ``example/settings.py`` for running the example with another database than SQLite.