Django admin后台美化(極其簡單) 使用django-simpleui模塊; 直接pip安裝即可: 然后在setting.py中注冊即可: 然后就完事了,打開admin即可,如下: github項目地址 ...