1 Star 0 Fork 601

dxd-group / Archery

forked from 小圈圈 / Archery 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
manage.py 250 Bytes
Copy Edit Raw Blame History
小圈圈 authored 2018-09-28 20:34 . v1.3.3
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "archery.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
Python
1
https://gitee.com/dxd-group/Archery.git
git@gitee.com:dxd-group/Archery.git
dxd-group
Archery
Archery
master

Search