From 319a2a724cb1012b93f3a30ea7a574897ba817ad Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 13 Jun 2017 11:06:20 +0100 Subject: docs: Document how to access SQL console Signed-off-by: Stephen Finucane --- docs/development/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/development/installation.rst b/docs/development/installation.rst index d73bb8b..70d3145 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: -- cgit v1.2.3