Fix createsuperuser command

pull/7/head
edumucelli 4 years ago
parent 4f66c073e3
commit 290d5097de

@ -43,7 +43,7 @@ You can create a Django Admin user to get access to the Django admin dashboard w
```bash
# Make sure you are in the root directory of this repository
docker-compose run --rm --entrypoint ".venv/bin/python src/manage.py createsuperuser" api
docker-compose run --rm --entrypoint "python src/manage.py createsuperuser" api
```
You can then access the admin dashboard at [http://localhost:8000/admin/](http://localhost:8000/admin/)

Loading…
Cancel
Save