django中如何使用grappelli来美化后台网站

1:安装django-grappelli

采用easy_install -Z django-grappelli来进行安装

2:在settings.py 中将grappelli 加入到INSTALLED_APPS中

3:使用collectstatic将其放入static中

4:使用python manage.py runserver 查看后台的admin即可。。

详细点的见http://blog.sina.com.cn/s/blog_634bc2230100obx5.html

你可能感兴趣的:(django,grappelli)