-
Framework used: Django 4.1.4 / Django Restframework 3.14.0 / Django Restframework SimpleJWT 5.2.2
pyjwt version: 2.6
The following code works in pyjwt 2.5 but fails with pyjwt 2.6:
```
from rest…
-
Hello,
Thank you for your library it is really awesome.
I am facing an issue because I am building a database, its purpose is to translate json to db and db to json.
So I have a json looking l…
-
With an openapi yaml schema that has this content:
```
requestBody:
content:
application/json:
schema:
type: array
items:
…
-
# Environment
Python:3.10
Django: 4.1
casdoor-python-sdk: 1.8.0
# Problem
When enable the `Auto signin` and `Signin session`, if the user has signed-in, the page will redirect twice to callback U…
-
Tarea backend: ISPP-2023-NGO-P3/frontend-aiding#10
Realizar secciones donde un usuario no logeado pueda consultar noticias que sean redactadas o ya bien enlaces a noticias web. Los administradores …
-
文档:
- https://docs.djangoproject.com/zh-hans/4.0/
- https://docs.djangoproject.com/zh-hans/3.2/
- https://www.django-rest-framework.org/
### model choices
```python
JobTypes = [
(0,"技术类"),
…
-
既に実装済みのライブラリ(djoser,django-restframework-JWT)を使う場合、柔軟性に欠けるのでライブラリの設定にフロント側で合わせる必要があります。詳細を閲覧したい場合はライブラリを検索するか、dockerを起動して指定のURLにて、実装済みのAPIドキュメントの閲覧およびテストができるので試してみてください。
すべてを1から作る場合、柔軟性はありますがバックの作業量が…
-
restframework version is 3.13.1
Django version is 4.1..1
I have the error about import 'unicode_to_repr' from compat.
Could you fixed the function.
-
It'd be nice to have multi databases support (https://docs.djangoproject.com/en/dev/topics/db/multi-db/)
-
Deploying without any guards against API spam, is a bad idea. Especially since we need to do quite a work and API payload is big.