# django-tool **Repository Path**: winwin/django-tool ## Basic Information - **Project Name**: django-tool - **Description**: No description available - **Primary Language**: Python - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 5 - **Created**: 2017-10-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # django-tool django工具 ### 使用方法: ### 安装: `pip3 install django-tool` 升级: `pip3 install --upgrade django-tool` 使用: `djtool` pipy使用方法: https://packaging.python.org/tutorials/distributing-packages/#setup-py 生成包 `python setup.py sdist` 上传包 `twine upload dist/*`