1 Star 0 Fork 18

破难开发者 / seahub

forked from lins05 / seahub 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manage.py 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiez 提交于 2013-05-02 19:27 . Change code structure to fit django 1.5
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "seahub.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
Python
1
https://gitee.com/971319231/seahub.git
git@gitee.com:971319231/seahub.git
971319231
seahub
seahub
master

搜索帮助