使用grappelli为django admin后台添加模板

613次阅读  |  发布于5年以前

grappelli是github上面star最多的django模板系统
http://django-grappelli.readthedocs.org/en/latest/quickstart.html#installation

复制代码 代码如下:

pip install django-grappelli
settings.py

INSTALLED_APPS = (
'grappelli',
'django.contrib.admin',
)

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8