Metadata-Version: 2.1
Name: zq-django-template
Version: 0.1.0
Summary: 自强 Studio Django 模板
Home-page: https://github.com/Nagico/zq-django-template
License: MIT
Keywords: django,drf,template,cookiecutter
Author: Nagico
Author-email: yjr888@vip.qq.com
Requires-Python: >=3.8.1,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: auto-changelog (>=0.6.0,<0.7.0)
Requires-Dist: black (>=22.12.0,<23.0.0)
Requires-Dist: cookiecutter (>=2.1.1,<3.0.0)
Requires-Dist: flake8 (>=6.0.0,<7.0.0)
Requires-Dist: flake8-pyproject (>=1.2.2,<2.0.0)
Requires-Dist: isort (>=5.11.4,<6.0.0)
Requires-Dist: mkdocs (>=1.4.2,<2.0.0)
Requires-Dist: mkdocstrings[python] (>=0.19.1,<0.20.0)
Requires-Dist: pre-commit (>=2.21.0,<3.0.0)
Project-URL: Documentation, https://zq-django-template.readthedocs.io/en/latest/
Description-Content-Type: text/markdown

<div align="center">

# zq-django-template
**自强 Studio Django 模板**

<!-- markdownlint-disable-next-line MD036 -->
</div>

<p align="center">
  <a href="https://zq-django-util.readthedocs.io/en/latest/?badge=latest">
    <img src="https://readthedocs.org/projects/zq-django-template/badge/?version=latest" alt="Documentation Status" >
  </a>
  <a href="https://pypi.org/project/zq-django-template/">
    <img src="https://img.shields.io/pypi/v/zq-django-template" alt="pypi">
  </a>
</p>
<!-- markdownlint-enable MD033 -->

[English Version](README_EN.md)

## 简介

zq-django-util 是自强 Studio 开发的 Django 模板，用于快速搭建 Django+DRF 项目。其中包括：

- 使用 [zq-django-util](https://pypi.org/project/zq-django-util/) 工具搭建的基础框架
- JWT 认证
- OSS 存储、直传示例
- 微信小程序登录示例（可选）
- Sentry 监控（可选）
- Celery 异步任务（可选）
- git 提交规范与代码检查
- Docker 配置与自动化部署

## 使用说明

详见 [使用说明文档](docs/usage.md)

## 开发

使用 poetry 安装依赖，并进行项目修改

