This is my code
When I run "python manage.py runserver 0.0.0.0:8000" it works perfectly fine.
But when I use docker with "make compose-start" it doesnt work.
Im trying to follow a python tutorial and cannot progress without fixing this. It just hangs there.
What do I do? Is something wrong? Anything else I could screenshot to help?
EDIT: Apparently the server is up and running as it hangs there at "Watching for file changes with StatReloader". The website runs. However its supposed to look like this in the terminal,
Is this a non-issue and theres nothing wrong?