django导入自定义模块
自定义模块cust.py位于应用aptest目录下
1.编辑settings.py
from aptest import cust
2.编辑views.py
from cust import pc #从cust.py中导入pc类
然后在view中可以直接调用pc.property
django导入自定义模块
自定义模块cust.py位于应用aptest目录下
1.编辑settings.py
from aptest import cust
2.编辑views.py
from cust import pc #从cust.py中导入pc类
然后在view中可以直接调用pc.property
本文标题:django导入自定义模块
本文链接:https://www.haomeiwen.com/subject/ekrpwftx.html
网友评论