简体   繁体   中英

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:

在此处输入图像描述

But on the example it looks like this:

在此处输入图像描述

What is missing to show the correct formatting?

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 .

uncomment 'django.contrib.staticfiles' under INSTALLED_APPS from settings.py.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM