我的运行报错
File "/Users/wangyingchun/mysite2/mysite2/urls.py", line 21, in <module>
url(r'helloWorld', 'blog.views.hello'),
File "/usr/local/lib/python2.7/site-packages/django/conf/urls/__init__.py", line 85, in url
raise TypeError('view must be a callable or a list/tuple in the case of include().')
TypeError: view must be a callable or a list/tuple in the case of include().