There was a problem with windows not finding the path to the toolboxes. I was able to get it working on my machine by changing the first line of code (commented out) to the second. Also fixed ...
This Bash script automates the process of setting up a Django project with optional app creation. It creates a virtual environment, installs Django and Django REST framework, and sets up the project ...