summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Flax2022-12-03 21:11:30 -0500
committerGitHub2022-12-03 19:11:30 -0700
commit98840e475df5e0b9d66e77d5fcef161b385a3427 (patch)
treecf65527e080fa8412ad91a9198b3037b3d26cceb
parentb3df5e763c67c836554ccfb71b796ba1a0f51bfc (diff)
downloadtakahe-98840e475df5e0b9d66e77d5fcef161b385a3427.tar.gz
takahe-98840e475df5e0b9d66e77d5fcef161b385a3427.tar.bz2
takahe-98840e475df5e0b9d66e77d5fcef161b385a3427.zip
Tweak to contributing.rst (#91)
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index d7b8842..97e5c25 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -56,7 +56,7 @@ At this point, you should be able to see the Web UI at http://localhost:8000
Once your session is up and running, you can make yourself a superuser account::
- docker compose -f docker/docker-compose.yml exec web manage.py createsuperuser
+ docker compose -f docker/docker-compose.yml exec web python3 manage.py createsuperuser
And you can run the tests inside your container::