Skip to content

Commit a1ad2be

Browse files
authored
Added a note about the default password in make example (#2180)
1 parent 2321b88 commit a1ad2be

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
22
==========
33

4+
Pending
5+
-------
6+
7+
* Added a note about the default password in ``make example``.
8+
49
6.0.0 (2025-07-22)
510
------------------
611

docs/contributing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ For convenience, there's an alias for the second command::
4040

4141
$ make example
4242

43+
The default password is ``p``, it can be overridden by setting the environment
44+
variable ``DJANGO_SUPERUSER_PASSWORD``.
45+
4346
Look at ``example/settings.py`` for running the example with another database
4447
than SQLite.
4548

0 commit comments

Comments
 (0)