diff options
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/installation.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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: |