Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ChanMo/django-social-cn
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanMo committed Dec 25, 2019
2 parents 2e078eb + 5af8f8e commit c5dddc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ INSTALLED_APPS = [
2. 执行`python manage.py migrate`

## Web使用
用于微信web开放平台, 微信公众号, QQ开放平台

### AuthView

`from social.views.AuthView`

方式一, 直接使用
修改`urls.py`
```python
Expand All @@ -46,6 +45,7 @@ class AuthView(BaseAuthView):
```

## API使用
用于微信APP, 微信小程序, 抖音小程序

API使用[django-rest-framework](https://www.django-rest-framework.org/)框架, Token使用[django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt)

Expand Down

0 comments on commit c5dddc1

Please sign in to comment.