I am a newbie in django (not in programming though) and following the w3school tutorials. When running the django admin at 127.0.0.1:8000/admin/
and in development mode, I end up with a layout problem which seems to be related to how the django css files are accessed.
I have a clean and new django install.
I have googled the problem and all that I have found are posts solving the same problem in production mode (not in development mode) or posts dated more than 10 years.
Does anyone understand what is going on and how to fix the problem?