Skip to content

Document creation of slumber user #3461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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