Merge pull request #7 from edumucelli/fix_create_superuser_command

Fix createsuperuser command
pull/11/head
Ben Rometsch 4 years ago committed by GitHub
commit d4a058bdfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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