美文网首页
django导入自定义模块

django导入自定义模块

作者: 风寒夜末 | 来源:发表于2018-09-01 23:16 被阅读0次

    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