-
hoping someone knows how to get around this error when doing a fetch
localhost/:1 Fetch API cannot load https://fantasy.premierleague.com/drf/bootstrap-static. No 'Access-Control-Allow-Origin' head…
-
Hi,
I have a question regarding this commit : https://github.com/django-parler/django-parler-rest/commit/5e9cc0432f902334665cfc3bb1a8b5a0c6677dfc
Sometimes we don't inherit from a `ModelSerializer`,…
kemar updated
8 years ago
-
Add a GPU backend for tree model scoring (GBM/DRF).
The goal is to increase the throughput for scoring of large datasets (in mini-batch) and for large numbers of trees.
Possibly predict for all …
-
We currently maintain a hack that allows us to have recursive polymorphic serializers like so: https://github.com/tfranzel/drf-spectacular/blob/master/tests/contrib/test_rest_polymorphic.py#L28
Thi…
-
Each person should be able to define an earliest pickup time and/or a latest drop off time for the request
- Earliest pickup time cover the case with prebookings, which arises the problems of how to…
-
```
How to remove/uninstall weatherpaper?
```
Original issue reported on code.google.com by `edipoel...@gmail.com` on 27 Aug 2010 at 10:23
-
현재 ```comment_id```는 부모 댓글의 ```id```를 나타내는 ```integer field```로, 기본값이 0입니다.
그런데 이를 ```Comment``` 스스로를 대상으로 하는 ```foreign key```로 바꾸고자 합니다.
이렇게 바꾸는 이유는 자식에서 부모 댓글 뿐만 아니라 부모에서 자식 댓글 또한 접근할 수 있게 하기…
-
It looks like you resolve the `pk` of the parent object here: https://github.com/simpleenergy/django-rest-framework-nested-resource/blob/19244a55aa67eef47c0db3381dd485729142dc50/drf_nested_resource/mi…
-
I am using both of these authentication classes in `settings.py` file as `DEFAULT_AUTHENTICATION_CLASSES`.
```python
'DEFAULT_AUTHENTICATION_CLASSES': [
'dj_rest_auth.jwt_auth.JWTCookieA…
-
TL;DR;
On my DRF I only use emails as username
So for example JoeBloggs@email.com signs up.
Then every time he logs in, he needs to type in JoeBloggs@email.com
joebloggs@email.com won't work
IMO,…