1 Star 2 Fork 0

OpenCV / cvat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rqscheduler.py 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maxim Zhiltsov 提交于 2023-06-12 14:57 . Honey pot server (#6204)
#!/usr/bin/env python
# This script adds access to the Django env and settings in the default rqscheduler
# implementation. This is required for correct work with CVAT queue settings and
# their access options such as login and password.
# Required to initialize Django settings correctly
from cvat.asgi import application # pylint: disable=unused-import
from rq_scheduler.scripts import rqscheduler
if __name__ == '__main__':
rqscheduler.main()
1
https://gitee.com/opencv/cvat.git
git@gitee.com:opencv/cvat.git
opencv
cvat
cvat
develop

搜索帮助

53164aa7 5694891 3bd8fe86 5694891