drmet46444 2013-11-18 00:38
浏览 86
已采纳

在django,有像php这样的控制器吗?

This is a follow up question to How can I run a django management command by cron job. I'm trying to get a better understanding of the way to organize code, having come from php MVC frameworks.

In php ( lets say codeigniter ) , A URL will activate a specific controller.

The first answer to the above question states:

One option is, you can create a URL endpoint, and the corresponding view would call the management command.

Without much python/django knowledge, it just seems surprising to me that so you have to get a view involved in running an abritrary app or a controller-like piece of code where no output is needed. Is this really the only way to do this in Django? If so why is it structured this way?

  • 写回答

1条回答 默认 最新

  • duannaoben8011 2013-11-18 08:20
    关注

    You're confusing names with actual things. A view in Django is a piece of Python code that takes a request and returns a response - in other words, exactly what some frameworks would call a controller. What CodeIgniter would call a view, Django calls a template.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 虚拟机打包apk出现错误
  • ¥30 最小化遗憾贪心算法上界
  • ¥15 用visual studi code完成html页面
  • ¥15 聚类分析或者python进行数据分析
  • ¥15 逻辑谓词和消解原理的运用
  • ¥15 三菱伺服电机按启动按钮有使能但不动作
  • ¥15 js,页面2返回页面1时定位进入的设备
  • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
  • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝