-
I'm trying to my Django MVT based project into REST API. It's based on Django 3.2, Python 3.6 and django-allauth 0.50.0. Followed your documentation and registered urls for registration as:
```
…
-
Hi,
I have installed cvat v12.6.2.
Everything else is working fine, but I am getting these errors in Cvat_opa container logs
```typescript
{"level":"error","msg":"Bundle load failed: request faile…
-
When calling the code to register a user, the API initially returns a status 500 error. However, despite the error, the user is still created. Afterwards, when i delete this user and the registration …
-
Looking at a Package details in the API, https://public.vulnerablecode.io/api/packages/?purl=pkg:pypi/django@5.0
It seems that we could do a better job at providing a `reference_id` in some cases:
…
-
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` …
-
A common way to represent decimals in JSON is to serialize them as a string. This side-steps the floating point precision issues during transport and validation, such as mentioned by json-schema-org/j…
-
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_…
-
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)