💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[django_manage模块][1] 在指定的virtualenv环境管理django应用 ### 使用示例 ~~~ django_manage: command: "{{ item }}" app_path: "{{ proj_path }}" virtualenv: "{{ venv_path }}" with_items: - syncdb - migrate - collectstatic ~~~ * app_path:项目的家目录 * command:执行的命令 * virtualenv:virtualenv环境,若不存在,则会新建 [1]:http://docs.ansible.com/ansible/latest/django_manage_module.html