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.