diff options
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-reference.rst')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-reference.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst index c98a27eeb8..d799b4b99b 100644 --- a/documentation/toaster-manual/toaster-manual-reference.rst +++ b/documentation/toaster-manual/toaster-manual-reference.rst | |||
@@ -422,15 +422,15 @@ at the | |||
422 | `Django <https://docs.djangoproject.com/en/1.7/topics/settings/>`__ | 422 | `Django <https://docs.djangoproject.com/en/1.7/topics/settings/>`__ |
423 | site. However, several ``manage.py`` commands have been created that are | 423 | site. However, several ``manage.py`` commands have been created that are |
424 | specific to Toaster and are used to control configuration and back-end | 424 | specific to Toaster and are used to control configuration and back-end |
425 | tasks. You can locate these commands in the `Source | 425 | tasks. You can locate these commands in the |
426 | Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ (e.g. ``poky``) at | 426 | :term:`Source Directory` (e.g. ``poky``) at |
427 | ``bitbake/lib/manage.py``. This section documents those commands. | 427 | ``bitbake/lib/manage.py``. This section documents those commands. |
428 | 428 | ||
429 | .. note:: | 429 | .. note:: |
430 | 430 | ||
431 | - When using ``manage.py`` commands given a default configuration, | 431 | - When using ``manage.py`` commands given a default configuration, |
432 | you must be sure that your working directory is set to the `Build | 432 | you must be sure that your working directory is set to the |
433 | Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__. Using | 433 | :term:`Build Directory`. Using |
434 | ``manage.py`` commands from the Build Directory allows Toaster to | 434 | ``manage.py`` commands from the Build Directory allows Toaster to |
435 | find the ``toaster.sqlite`` file, which is located in the Build | 435 | find the ``toaster.sqlite`` file, which is located in the Build |
436 | Directory. | 436 | Directory. |