Skip to content

Commit 83b4b4a

Browse files
committed
Document creation of slumber user
This is a quick edit to give people more information as they come into this.
1 parent e07910e commit 83b4b4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/install.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ By now, it is the right time to load in a couple users and a test project::
126126
If you do not opt to install test data, you'll need to create an account for
127127
API use and set ``SLUMBER_USERNAME`` and ``SLUMBER_PASSWORD`` in order for
128128
everything to work properly.
129+
This can be done by using ``createsuperuser``, then attempting a manual login to
130+
create an ``EmailAddress`` entry for the user, then you can use ``shell_plus`` to
131+
update the object with ``primary=True``, ``verified=True``.
129132

130133
Finally, you're ready to start the webserver::
131134

0 commit comments

Comments
 (0)