-
I wrote a Mixin for the django-restframework API View to automatically deliver translations.
Here is an example for German and English activated:
```
class AchievementSerializer(TranslatableSeriali…
-
We are using django rest based auth(JWT) in our project now we need to integrate ldap on same,
Can we integrate LDAP with JWT?
If you have any example app please share the link.
-
-
可以在windows环境下跑吗?
-
Hi builder,
I am very appreciate your work done with this Angular image cropping.
I have implemented your package to Angular with working on cropping feature but I don't know to apply upload funct…
-
I will like to override the logic inside basic create mutation, much like in django restframework modelviewsets or serializers. What is the best way of doing this?
## Upvote & Fund
- We're usin…
-
Hello everyone,
i came to use this library in a project where we want to provide a fairly small (3 layers at max) tree via a REST api.
In this matter i implemented a serializer according to [dja…
chgad updated
2 months ago
-
-
I've followed all the steps mentioned in readme
docker-compose up
docker exec -i -t backend /bin/bash
python3.5 manage.py migrate
python3.5 manage.py createsuperuser (create root user)
But whe…
-
A year ago a similar issue was filled for Django framework https://github.com/tomchristie/django-rest-framework/issues/1488
Model example:
```
class PointOfSales(models.Model):
location = model…