Omid Adib

Results 2 issues of Omid Adib

Hi, As documented [here](https://drf-yasg.readthedocs.io/en/stable/settings.html#logout-url), setting variable `LOGOUT_URL` in `settings.py` should override the default value of `LOGOUT_URL` (which sets to `/accounts/logout/` by default). but it seems it has no effect! regardless...

bug
1.21.x

Hey, I'm using `axios `to `POST `my uploaded images to an API which receives an array of images. but i do not know how to upload **actual image file** to...