From a58cde0857bfff01c9f3476e2ac27cf2c92e0fe2 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 18 Feb 2016 08:03:39 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/toaster-manual/toaster-manual-setup-and-use.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'documentation/toaster-manual') 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 @@ - From the root of your checkout directory, invoke the - following command from manage.py: + From the directory containing the Toaster database, + which by default is the + Build Directory, + invoke the createsuperuser command + from manage.py: - $ ./bitbake/lib/toaster/manage.py createsuperuser + $ cd ~/poky/build + $ ../bitbake/lib/toaster/manage.py createsuperuser -- cgit v1.2.3-54-g00ecf