-
From the documentation in the readme:
>Additionally, as long as the timestamp in its refresh expiration claim has not passed, it may also be submitted to a refresh view to get another copy of itself …
-
Currently it is not possible to create a new request through the API. Are you planning to implement this?
-
Notice from github.
```
We found a potential security vulnerability in one of your dependencies.
this version 2.1.1
to django ~> 2.1.2
```
-
'NoneType' object has no attribute 'META'
/python3.6/site-packages/axes/signals.py in log_user_login_failed, line 42
or now calling the authenticate method without a request object is just depreca…
-
on chapter 6 i running django with 1.7,1.8,1.9, or 2.0 but none of them can run the code properply.
Looks like diff version of restframework or django version issue.
from django.shortcuts im…
-
Hi,
I know this may not be an "issue" per-se, but I can't figure out the following. In the [Messages.vue](https://github.com/gtalarico/django-vue-template/blob/master/src/components/Messages.vue) …
SHxKM updated
6 years ago
-
New to DRF.
The problem is when GET with
``GET /snippets/?format=api``
it returns
```json
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"u…
ArisQ updated
6 years ago
-
I am serializing an ImageFileField with Django RestFramework. If the file does not exist it raises NotFound().
I am not sure how the other network storage layers work, but this is not how the file…
-
- Featureflag für Knopf (Nur Word-SPV)
- Konfiguration Ziel App (Grimlock)
- Authentisierung über Cookie von Portal.
- Alles Synchron
- Bestehender ZIP-Export um Metadaten ergänzen mit Metadaten.
-
我现在的后端是API是Django + Django restframework搭建的。
我直接输入127.0.0.1:8080/api/login/会跳转到我API的登录界面,而不是被拦截下来,显示404页面或者直接跳转到登录首页。请问怎么解决?
![1](https://user-images.githubusercontent.com/6317691/41216102-86744fec-…