-
### Installation method
PyPI (via pip)
### Description
I'm trying to deploy an api on vercel in Django, however when I call my api I get an error that a module does not exist. I don't get thi…
-
All API endpoints should only list or provide access to objects that the current user is allowed to see. And each object should specify if the current user can edit or take other actions on it.
Cu…
mihow updated
5 months ago
-
I'm using `dj-rest-auth` on the backend and [NextAuth.js](https://next-auth.js.org/) on the frontend. After successfully logging in via NextAuth.js I get the following `account` passed to my `signIn` …
-
Client: React SPA
Web API: Django Backend REST API
Azure AD (only cloud)
I am able to test 'authentication' and 'web api call' with access token. I would like to implement RBAC in Django Backend …
-
Rest-auth APIs don't appear under DRF browsable API root.
I am using django-rest-auth==0.8.1 and djangorestframework==3.5.3. (However swagger doc display it)
-
Will need to add this for posts.content and comments.content text area tags.
-
# 카카오 REST API 소셜 로그인 feat. Django | 적은 대로 된다.
REST API v2 카카오 소셜 로그인 가이드!(Feat. django)
[https://kimgyeongmin-kr.github.io/posts/REST_API_kakao_login/](https://kimgyeongmin-kr.github.io/posts/REST_…
-
### NetBox version
v4.0.2
### Feature type
Data model extension
### Proposed functionality
Pagination in GraphQL.
With the newly Strawberry.rocks GraphQL engine, it is possible to implement Pagi…
-
I am getting the below exceptions regularly after fetching 115-120 applications in my django rest framework.
Initial investigation pointed to peds rate limiter, but on restart I am able to fetch a…
-
I am having problems with how `drf`, `dynamic-rest` and `django_filters` are playing together.
I have:
```
Python 3.6.4
Django==2.0.4
djangorestframework==3.7.7
dynamic-rest==1.8.1
django-fil…