Tweak to contributing.rst (#91)

This commit is contained in:
Avi Flax 2022-12-03 21:11:30 -05:00 committed by GitHub
parent b3df5e763c
commit 98840e475d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::