From: Stephen Finucane Date: Tue, 13 Jun 2017 10:06:20 +0000 (+0100) Subject: docs: Document how to access SQL console X-Git-Tag: v2.0.0-rc4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319a2a724cb1012b93f3a30ea7a574897ba817ad;p=thirdparty%2Fpatchwork.git docs: Document how to access SQL console Signed-off-by: Stephen Finucane --- diff --git a/docs/development/installation.rst b/docs/development/installation.rst index d73bb8b5..70d3145f 100644 --- a/docs/development/installation.rst +++ b/docs/development/installation.rst @@ -47,6 +47,12 @@ To run `django-manage` commands, such as `createsuperuser` or `migrate`, run: $ docker-compose run --rm web python manage.py createsuperuser +To access the SQL command-line client, run: + +.. code-block:: shell + + $ docker-compose run --rm web python manage.py dbshell + To run unit tests, excluding Selenium UI interaction tests, using only the package versions installed during container initialization, run: