Django web框架

Djando 分成四個模塊 models,view,templates,urls。urls作爲控制器,models是加載數據庫數據的模塊,view +templates爲展示模塊。還有stastic文件存放各種靜態資源,比如js,css,img。templates放置各個佈局文件在每個佈局文件上都應加上這麼一句{% load staticfiles %},然後就可以用以下方式調用stastic資源
相關文章
相關標籤/搜索