django中的空请求对象

时间:2016-02-27 05:05:09

标签: django http request uwsgi

我刚刚继承了一个破碎的django设置,1.9,python 2.7,nginx, uWSGI,RHEL 6.我观察到的第一件事是,观点没有收到 请求对象中的任何内容,例如:

Error in `[<-.data.frame`(`*tmp*`, 1, 1, value = c(27.431413650154, 
30.3657212588031,  :  replacement has 25 rows, data has 1

我曾与之合作的其他django系统我总能得到一些东西,例如:

(Pdb) print request
<WSGIRequest: GET '/'>

我以前从未见过这个。可能是什么导致了这个?我会在哪里 开始看?

0 个答案:

没有答案