本文介绍了一款非常流行的Django模板系统–grappelli,以及如何给Django的admin后台添加模板,非常的实用,这里推荐给大家。
grappelli是github上面star最多的django模板系统
http://django-grappelli.readthedocs.org/en/latest/quickstart.html#installation
代码如下:
pip install django-grappelli
settings.py
settings.py
INSTALLED_APPS = (
‘grappelli’,
‘django.contrib.admi来源gao@daima#com搞(%代@#码@网n’,
)
以上就是使用grappelli为django admin后台添加模板的详细内容,更多请关注gaodaima搞代码网其它相关文章!