Update README for Cross-Platform Django Project Setup in django awesome-compose #512
Open
Description
The current README for the Docker Compose and Django/PostgreSQL setup includes a command to create a Django project using sudo:
sudo docker compose run web django-admin startproject composeexample .
This command is specific to Linux environments. On Windows and MacOS, running this command as is will result in an error because sudo is not recognized.
Metadata
Assignees
Labels
No labels