Skip to content

Commit

Permalink
Merge pull request #3461 from Code0x58/patch-2
Browse files Browse the repository at this point in the history
Document creation of slumber user
  • Loading branch information
ericholscher authored Apr 18, 2018
2 parents d270a67 + 83b4b4a commit 70ffa2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ By now, it is the right time to load in a couple users and a test project::
If you do not opt to install test data, you'll need to create an account for
API use and set ``SLUMBER_USERNAME`` and ``SLUMBER_PASSWORD`` in order for
everything to work properly.
This can be done by using ``createsuperuser``, then attempting a manual login to
create an ``EmailAddress`` entry for the user, then you can use ``shell_plus`` to
update the object with ``primary=True``, ``verified=True``.

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

Expand Down

0 comments on commit 70ffa2f

Please sign in to comment.