When choosing Django Framework, the created repository nearly stays empty, only docker-compose.yml is created, the /src/ folder is missing completely.
I managed to install 'something' by manually copying the 'src' folder from 'KarmaComputing/container-hosting/tree/main/repo-template-files/quickstarts/django-quickstart)/src/' and running 'docker compose up' on 'the docker-compse.yml' but after doinng some work it exited with permission error on "wait-for.sh".
I chmod'ed the file with git, re-run 'docker compose up' which again threw some errors i dont remember (shame on me).
But for now somethings seems to be up - i just cant really say what is running, as this is my beginning into python&webapps and this container was supposed to be my learning playground^^
https://github.com/streetmachi/container-wr4jr-4
will study further on the weekend