码迷,mamicode.com
首页 > 其他好文 > 详细

django 运行报错view must be a callable or a list/tuple in the case of include()

时间:2017-02-04 14:43:12      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:case   ons   nbsp   dmi   att   测试   ble   log   src   

  技术分享

  网上找了相关资料发现

  django 1.10之后不在支持URL用字符串表示了 
http://stackoverflow.com/questions/38744285/django-urls-error-view-must-be-a-callable-or-a-list-tuple-in-the-case-of-includ

  那我们换种写法,

  from myindex.bb import hi
  import myindex

  urlpatterns = [
  url(r‘^admin/‘, admin.site.urls),
  url(r‘^index‘, hi),
  ]

  测试通过,OK

django 运行报错view must be a callable or a list/tuple in the case of include()

标签:case   ons   nbsp   dmi   att   测试   ble   log   src   

原文地址:http://www.cnblogs.com/mgwm/p/6364597.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!