3 Star 3 Fork 3

Gitee 极速下载/taiga-back

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/taigaio/taiga-back
克隆/下载
manage.py 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2021-present Kaleidos INC
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings.common")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/taiga-back.git
git@gitee.com:mirrors/taiga-back.git
mirrors
taiga-back
taiga-back
main

搜索帮助