文件名称:klask-tournament
文件大小:34KB
文件格式:ZIP
更新时间:2024-04-04 02:03:59
Python
克拉斯锦标赛组织者 入门 cd进入项目目录,运行以下命令 $ python3 -m venv .venv $ . .venv/bin/activate $ pip install -r requirements.txt $ python manage.py flush $ python manage.py makemigrations $ python manage.py migrate $ python manage.py collectstatic 运行测试 $ python manage.py test 与开发服务器一起运行 $ python manage.py runserver 0.0.0.0:8001 供生产使用,应使用Nginx + uWSGI(socket mode) 抽烟测试 $ curl http://127.0.0.1:8000/api/ $ curl htt
【文件预览】:
klask-tournament-master
----api()
--------urls.py(399B)
--------__init__.py(0B)
--------views.py(922B)
--------serializers.py(4KB)
--------models.py(5KB)
--------apps.py(81B)
--------migrations()
--------tests.py(3KB)
----.gitignore(771B)
----requirements.txt(338B)
----.pre-commit-config.yaml(2KB)
----uwsgi.ini(517B)
----setup.cfg(220B)
----.whitesource(213B)
----README.md(780B)
----web()
--------templates()
--------urls.py(391B)
--------__init__.py(0B)
--------views.py(2KB)
--------apps.py(81B)
--------migrations()
----klask_tournament()
--------urls.py(313B)
--------__init__.py(0B)
--------wsgi.py(409B)
--------settings.py(3KB)
----.pylintrc(24KB)
----manage.py(672B)