现在的位置: 首页 > 综合 > 正文

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

2013年10月10日 ⁄ 综合 ⁄ 共 227字 ⁄ 字号 评论关闭

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

抱歉!评论已关闭.