-
Instead of this in the readme:
> On the backend, open a new terminal 1.To activate the virtual enviorment, run source venv/Scripts/activate 2. pip install django djangorestframework djangorestfra…
-
Lines 10 and 11 of https://github.com/typeddjango/djangorestframework-stubs/blob/master/rest_framework-stubs/permissions.pyi declare the `view` argument as `APIView` while it can be a `ViewSet` (or si…
-
urlconf_module = import_module(urlconf_module)
File "C:\Program Files\Python310\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, l…
-
The idea is to have both `django-oidc-provider` and `djangorestframework` working on a same project providing Authentication with OpenID Connect and Authorization with OAuth2.
Any help is welcomed.
-
안녕하세요 조교님,
항상 친절한 도움 감사드립니다.
hw3을 하면서 djangorestframework 등의 추가적인 패키지를 사용하였는데,
이를 requirements.txt 로 명시해 두면,
과제 채점 전에 pip install -r requirements.txt 를 실행해주시나요??
감사합니다!
-
Hi, why is there a constraint on the SimpleJWT version?
```
djangorestframework-simplejwt (>=4.3.0,
-
A specified in Django 3.0 release note, django.utils.six is removed. In case you need it, it is advised to use pypi packages instead.
can you update?
-
I'm getting the following error after following the tutorial. It's worth noting that I am only getting this error in heroku and not local.
`ImportError: Could not import 'rest_framework_jwt.authentic…
-
My Requirements:
```
Django==5.0.3
django-environ==0.11.2
psycopg2-binary==2.9.9
redis==5.0.3
djangorestframework==3.15.0
markdown==3.6.0
django-filter==24.1
celery==5.3.6
pylint==3.1.0
pyl…
-
The `fields` and `fields!` parameters don't appear in DRF's autogenerated api docs. It'd be nice to have code and/or docs on how to add these parameters in djangorestframework-queryfields.