自定義模塊cust.py位於應用aptest目錄下
1.編輯settings.py
from aptest import cust
2.編輯views.py
from cust import pc #從cust.py中導入pc類
然后在view中可以直接調用pc.property
自定義模塊cust.py位於應用aptest目錄下
1.編輯settings.py
from aptest import cust
2.編輯views.py
from cust import pc #從cust.py中導入pc類
然后在view中可以直接調用pc.property
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。