Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.81 KB

README_EN.md

File metadata and controls

67 lines (48 loc) · 1.81 KB

zq-django-util

Django Tool Sets for Ziqiang Studio

CI Documentation Status cov pypi

Overview

zq-django-util is a tool sets for build django-drf applications, which contains:

  • Standard exception and response handler
  • JWT and Wechat authentication
  • Aliyun OSS Storage and upload directly in client
  • Default pagination class
  • Test ViewSet

Docs: zq-django-util.readthedocs.io

Requirements

  • Python 3.8+
  • Django 3.2+
  • Django REST framework 3.12+

We highly recommend using the latest version. The test version we currently use is Python 3.10, Django 4.1, and DRF 3.14.

Installation

  • Install zq-django-util package

Install using pip:

pip install zq-django-util

Install using poetry:

poetry add zq-django-util

Usage

Usage Docs (CN)

Contribute

We use Poetry and Pytest to build our project.

Development Docs (CN)