mirror of
https://github.com/jointakahe/takahe.git
synced 2025-02-16 15:45:14 +00:00
Tweak to contributing.rst (#91)
This commit is contained in:
parent
b3df5e763c
commit
98840e475d
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in a new issue