-
I extended this package to support Django Rest Framework for a personal project. This is a functionality that is not supported by any other email verification package for Django (that I have found).
…
-
# Django Rest Framework 레시피 | 44BITS
Django Rest Framework를 사용할 때 유용한 레시피를 소개합니다.
[https://www.44bits.io/ko/post/django-rest-framework-recipes-korean](https://www.44bits.io/ko/post/django-rest-frame…
-
Make basic functionality available via REST APIs, such as:
- create schema;
- update schema (full replace - POST);
- delete schema;
- call dataset generation;
- get datasets.
And add a basic P…
-
Hello, I have been wondering, can this library be integrated in a DRF backend?
if yes, how?
-
Hello there!
Currently it's allowed that an custom authentication class returns a tuple containing `(None, None)`. This causes the authentication to be considered successful and sets `request.user = …
-
### Environment
* Nautobot version (Docker tag too if applicable): 1.5.22, 2.0.0b1, develop-1.6
* Python version: N/A
* Database platform, version: N/A
* Middleware(s): N/A
### Deprecation Noti…
-
Hi,
I would like to know if its possible to add an example using one DRF.
Example ( http://www.django-rest-framework.org/api-guide/parsers/#fileuploadparser )
Basic usage example:
```
class FileUp…
-
I haven't been able to reproduce successfully but freeze gun occasionally creates an `IndexError` when it accesses `tz_offsets[-1]`.
Initially I thought this was related to https://github.com/spule…
-
The API views provided by DRF can be sped up by about 2x with a few optimizations.
https://www.dabapps.com/blog/api-performance-profiling-django-rest-framework/
This article is a good place to start…
-
# Problema
No hay mecanismos de autentificación ni de petición de datos (no hay api rest).
# Solución
Instalar Api res framework y configurarlo con Oauth para que la autentificación se haga por …