1 Star 0 Fork 111

LL7411 / arkid-core

forked from 龙归科技 / arkid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manage.py 267 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rock Lee 提交于 2019-08-05 22:24 . opensource arkid
#!/usr/bin/env python
'''
django ctl
'''
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "oneid.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
Python
1
https://gitee.com/llbfwh/arkid-core.git
git@gitee.com:llbfwh/arkid-core.git
llbfwh
arkid-core
arkid-core
master

搜索帮助