【发布时间】:2015-12-23 12:35:31
【问题描述】:
我想让我的 django 管理员响应,所以我使用了 twitter 的 Bootstrap,正如我在所有地方都提到的那样,我已经完成了以下步骤:
pip install django-bootstrap3- 在 installed_apps 中包含 bootstrap3
python manage.py collectstatic
我仍然没有让我的管理员响应。
【问题讨论】:
标签: django django-admin django-bootstrap3