[Toaster] [PATCH] toaster-manual: correct how to create a super user

Scott Rifenbark srifenbark at gmail.com
Thu Feb 18 08:01:18 PST 2016


Belen,

See
http://www.yoctoproject.org/docs/2.1/toaster-manual/toaster-manual.html#toaster-creating-a-django-super-user
for the change.

Thanks,
Scott

On Thu, Feb 18, 2016 at 6:42 AM, Belen Barros Pena <
belen.barros.pena at linux.intel.com> wrote:

> From: Belen Barros Pena <belen.barros.pena at intel.com>
>
> 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.
>
> Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
> ---
>  documentation/toaster-manual/toaster-manual-setup-and-use.xml | 9
> ++++++---
>  1 file changed, 6 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 89b8b52..63aed73 100644
> --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
> @@ -125,10 +125,13 @@
>                      </literallayout>
>                      </para></listitem>
>                  <listitem><para>
> -                    From the root of your checkout directory, invoke the
> -                    following command from <filename>manage.py</filename>:
> +                    From the directory containing the Toaster database
> (by default, the
> +                    <ulink
> url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>)
> +                    invoke the <filename>createsuperuser</filename>
> command
> +                    from <filename>manage.py</filename>:
>                      <literallayout class='monospaced'>
> -     $ ./bitbake/lib/toaster/manage.py createsuperuser
> +     $ cd ~/poky/build
> +     $ ../bitbake/lib/toaster/manage.py createsuperuser
>                      </literallayout>
>                      </para></listitem>
>                  <listitem><para>
> --
> 2.5.4 (Apple Git-61)
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/toaster/attachments/20160218/9d3d92a1/attachment-0001.html>


More information about the toaster mailing list