Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yingzhuo/django-sugar

This shit is a tool of Django & DRF.
https://github.com/yingzhuo/django-sugar

django django-authentication django-rest-framework python

Last synced: 25 days ago
JSON representation

This shit is a tool of Django & DRF.

Awesome Lists containing this project

README

        

# django-sugar

### 安装

```sh
# 安装稳定版 (推荐)
pip3 install django-sugar==0.1.0

# 安装开发版
pip3 install git+https://github.com/yingzhuo/django-sugar.git@main
```

### 必要依赖

* `pip3 install django`
* `pip3 install djangorestframework`
* `pip3 install pyjwt`
* `pip3 install cryptography`

### 可选依赖

* `pip3 install bcrypt`

### 许可证

[Apache 2](./LICENSE)