When I type and execute the command python manage.py runserver localhost:8080 directly in the terminal everything works fine but when I place the command inside a shell script I get the following error:
The script contains the following:

Does anyone know why this is happening?
runserver?