From 83b4b4ab3ae54a45987bf9c6cb28fb3f99ded9c4 Mon Sep 17 00:00:00 2001 From: Oliver Bristow Date: Fri, 29 Dec 2017 11:44:13 +0000 Subject: [PATCH] Document creation of slumber user This is a quick edit to give people more information as they come into this. --- docs/install.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 242b884d51e..d74d65c9b6b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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::