1 Star 1 Fork 1

x-debug/pybatis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manage.py 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
sloth4413 提交于 2018-03-08 16:37 . first awesome commit
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals, absolute_import
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tests.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huichengip_chenxf/pybatis.git
[email protected]:huichengip_chenxf/pybatis.git
huichengip_chenxf
pybatis
pybatis
master

搜索帮助