Search code examples
pythondjangodjango-admin

django admin site showing with out format


I have a django test site and I can see the admin site, but it has different formatting from the tutorial examples.

This is how my admin site looks:

enter image description here

But on the example it looks like this:

enter image description here

What is missing to show the correct formatting?


Solution

  • Looks like your CSS file isn't being loaded. Make sure your django install is set up correctly to server out static files. The CSS file, by default, is in /static/admin/css.