diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2016-02-18 08:03:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:11 +0000 |
commit | a58cde0857bfff01c9f3476e2ac27cf2c92e0fe2 (patch) | |
tree | 55353b42cc2ae916bbf2810a2f39ddb4a6f9f28f /documentation/toaster-manual/toaster-manual-setup-and-use.xml | |
parent | c5b4f69821c7b5ef9047c41198535eb900ea7b94 (diff) | |
download | poky-a58cde0857bfff01c9f3476e2ac27cf2c92e0fe2.tar.gz |
toaster-manual: Updated how manage.py createsuperuser command is run
The manage.py createsuperuser command must be run from the directory
containing the Toaster database, and not from the root of the checkout
directory, as the manual indicated. Amend the section to provide the
correct instructions.
(From yocto-docs rev: 41fa8a04c947169d971c5e1ecb4619249d1dc7b3)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-setup-and-use.xml')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 89b8b524a8..3e05eb2828 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
@@ -125,10 +125,14 @@ | |||
125 | </literallayout> | 125 | </literallayout> |
126 | </para></listitem> | 126 | </para></listitem> |
127 | <listitem><para> | 127 | <listitem><para> |
128 | From the root of your checkout directory, invoke the | 128 | From the directory containing the Toaster database, |
129 | following command from <filename>manage.py</filename>: | 129 | which by default is the |
130 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, | ||
131 | invoke the <filename>createsuperuser</filename> command | ||
132 | from <filename>manage.py</filename>: | ||
130 | <literallayout class='monospaced'> | 133 | <literallayout class='monospaced'> |
131 | $ ./bitbake/lib/toaster/manage.py createsuperuser | 134 | $ cd ~/poky/build |
135 | $ ../bitbake/lib/toaster/manage.py createsuperuser | ||
132 | </literallayout> | 136 | </literallayout> |
133 | </para></listitem> | 137 | </para></listitem> |
134 | <listitem><para> | 138 | <listitem><para> |