1 Star 0 Fork 0

Reverier-Xu/CTFd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
import.py 190 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kevin Chung 提交于 2018-11-19 23:16 . 2.0.0 (#741)
"""
python import.py export.zip
"""
from CTFd import create_app
from CTFd.utils.exports import import_ctf
import sys
app = create_app()
with app.app_context():
import_ctf(sys.argv[1])
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/reverierxu/CTFd.git
git@gitee.com:reverierxu/CTFd.git
reverierxu
CTFd
CTFd
master

搜索帮助