summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-rw-r--r--documentation/toaster-manual/reference.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst
index 1bb9f98cca..b181d12d86 100644
--- a/documentation/toaster-manual/reference.rst
+++ b/documentation/toaster-manual/reference.rst
@@ -522,14 +522,13 @@ tasks. You can locate these commands in the
522 522
523 - When using ``manage.py`` commands given a default configuration, 523 - When using ``manage.py`` commands given a default configuration,
524 you must be sure that your working directory is set to the 524 you must be sure that your working directory is set to the
525 :term:`Build Directory`. Using 525 :term:`Build Directory`. Using ``manage.py`` commands from the
526 ``manage.py`` commands from the Build Directory allows Toaster to 526 :term:`Build Directory` allows Toaster to find the ``toaster.sqlite``
527 find the ``toaster.sqlite`` file, which is located in the Build 527 file, which is located in the :term:`Build Directory`.
528 Directory.
529 528
530 - For non-default database configurations, it is possible that you 529 - For non-default database configurations, it is possible that you
531 can use ``manage.py`` commands from a directory other than the 530 can use ``manage.py`` commands from a directory other than the
532 Build Directory. To do so, the ``toastermain/settings.py`` file 531 :term:`Build Directory`. To do so, the ``toastermain/settings.py`` file
533 must be configured to point to the correct database backend. 532 must be configured to point to the correct database backend.
534 533
535``buildslist`` 534``buildslist``
@@ -549,7 +548,7 @@ database.
549You need to run the ``buildslist`` command first to identify existing 548You need to run the ``buildslist`` command first to identify existing
550builds in the database before using the 549builds in the database before using the
551:ref:`toaster-manual/reference:\`\`builddelete\`\`` command. Here is an 550:ref:`toaster-manual/reference:\`\`builddelete\`\`` command. Here is an
552example that assumes default repository and build directory names: 551example that assumes default repository and :term:`Build Directory` names:
553 552
554.. code-block:: shell 553.. code-block:: shell
555 554