diff options
author | Avi Flax | 2022-12-03 21:11:30 -0500 |
---|---|---|
committer | GitHub | 2022-12-03 19:11:30 -0700 |
commit | 98840e475df5e0b9d66e77d5fcef161b385a3427 (patch) | |
tree | cf65527e080fa8412ad91a9198b3037b3d26cceb | |
parent | b3df5e763c67c836554ccfb71b796ba1a0f51bfc (diff) | |
download | takahe-98840e475df5e0b9d66e77d5fcef161b385a3427.tar.gz takahe-98840e475df5e0b9d66e77d5fcef161b385a3427.tar.bz2 takahe-98840e475df5e0b9d66e77d5fcef161b385a3427.zip |
Tweak to contributing.rst (#91)
-rw-r--r-- | docs/contributing.rst | 2 |
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:: |