jianghan

Results 4 comments of jianghan

me too. It not works on Win10 ``` Traceback (most recent call last): File ".\manage.py", line 21, in main() File ".\manage.py", line 17, in main execute_from_command_line(sys.argv) File "E:\Projects\CnbSite\.env\lib\site-packages\django\core\management\__init__.py", line 381,...

I also encountered this problem. I don't understand the reason for doing this. Why do we have to switch to UTC? 皇家翻译:我也遇到了这个问题。想不明白这样做的原因。为什么非要转UTC呢?

找到原因了, django 使用uwsgi启动时,会有4个进程, 当apollo信息变更时,只有一个进程里的内apollo内存配置变更。 所以, 两个解决方案: 一个是django 单进程运行。 一个是apollo 配置信息由内存保存改为本地保存。

> @lukasvinclav Hi, I am experiencing this issue as well. I have double checked for any conflicting filter libraries and can confirm there are none. > > RangeDateFilter works fine,...