命令行安裝django-bootstrap3庫. pip install django-bootstrap3. 配置文件settings.py設置. INSTALLED_APPS = [ ... # 第三方應用程序'bootstrap3' ]
確定! 回上一頁