pip install django-bootstrap3 · INSTALLED_APPS = [ ... # Third-party application 'bootstrap3' ] · ### Install jquery file BOOTSTRAP3 = { 'include_jquery':True, } ...
確定! 回上一頁