Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yingzhuo/django-sugar
- Owner: yingzhuo
- License: apache-2.0
- Created: 2022-08-21T01:46:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T23:24:26.000Z (about 2 years ago)
- Last Synced: 2024-09-17T00:40:59.025Z (about 2 months ago)
- Topics: django, django-authentication, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)