Django css not showing

Way Django admin panel css not showing.

I using Django 5.0.

We’re going to need a bit more detail to be able to help diagnose this.

How are you running your project?

Is this a new project or one that has been upgraded from an earlier release of Django?

Please post the log file showing the requests for the CSS files.

Did you customize any of the system CSS files?

Do you have DEBUG=True, or False?

From just that info I think there is a problem with serving static files (CSS, et.al.). Have you had a chance to look at “How to manage static files” from the documentation?

Thanks for your reply

After reinstall django it was fixed.