AguynamedRich

Results 3 comments of AguynamedRich

seems that dynaconf cannot find the config path, I suggest using code below to specify the file location : ```python from dynaconf import Dynaconf from pathlib import Path work_dir =...

> 由于在常见的nginx的配置中经常会将80端口的http的请求转发至某https端口上 我就是那个冤大头。的确很有必要提醒这一点,最主要是安装完成后要验证正常访问原网站会返回正常的页面,而不是无法访问(重定向过多

在 windows 上源码编译: ```powershell python setup.py build_ext bdist_wheel ``` *需要安装 cmake 等工具*