django中显示Page not found (404)

运行django页面时显示Page not found (404)

肯定是在urls.py里面出了问题,而不是在views.py里面的问题,这里的问题为
('^time$',current_datetime),将后面的$写成了/

你可能感兴趣的:(found,not,django中显示Page,(404))