如图:
当我使用python manage.py runserver启动时, 调用test1,会执行test2生成文件,
但是试用apache + wsgi + django部署的时候调用test1时, test2不执行,直接返回33
哪位大神知道怎么回事