systemime

Results 6 comments of systemime
trafficstars

This is my start command `gunicorn my_pro.asgi:application -b unix:/run/day01/gunicorn.socket --reload -w 2 -t 1 -k uvicorn.workers.UvicornWorker`, It can be reloaded normally, but there seems to be a 1-2 second delay,...

Sorry, I'm trying to add unit tests for here but don't have any good ideas. I referenced Django's unit tests and used the override_settings decorator to simulate the multidb case....

添加本站访问数量可以在`themes/AllinOne/layouts/partials/footer.html`中添加http://busuanzi.ibruce.info/ 该网页上的代码即可

Your__init__is missing parameters ```python class MyView(Resource): def __init__(self, api=None, *args, **kwargs): super().__init__(api=api, *args, **kwargs) ```

py2neo经过实际测试,使用V3版本即`3.1.2`版本可导入`NodeSelector`,但是官方文档说明该版本仅支持到`python3.5`版本,实际`3.6.7`版本同样适用,而楼主在本代码样例中实际未使用`NodeSelector`库,所以,可以尝试删除该导入语句或安装`py2neo3.1.2`版本来解决该问题,命令`pip install py2neo==3.1.2`

@bzqyzzld 拙见:https://github.com/jackfrued/Python-Interview-Bible/pull/2