Hi stein thank u , pls how I apply that with django rest framework how can I serializer the file ?
@CodeWithStein2 жыл бұрын
Hey ☺️ i would love to explain here, but its a bit too much. Maybe I can make a video on it 👍🏻
@BANatie2 жыл бұрын
What is the best practice to version your django rest apis? Is creating different versions in the serializers a best practice?
@CodeWithStein2 жыл бұрын
Good question! I'm not sure actually. I guess it depends a little bit about how many services are using your api? If it's just a few, then it might not be worth it and just update the code.
@ezra-e81932 жыл бұрын
Hi! Thanks for providing this interesting tutorial. I was wondering if you have any thought of providing a tutorial on django-graphql-vue3 apollo file upload, storing your file in local storage?
@CodeWithStein2 жыл бұрын
Hey, I will add the idea to my list. But the list is very long, so who knows when I will have time 😝
@aditya.010202 жыл бұрын
Just the thing I was looking for.
@CodeWithStein2 жыл бұрын
Nice :-D
@kelvinnjoro74212 жыл бұрын
Thank you so much stein.
@CodeWithStein2 жыл бұрын
You’re welcome 😁
@nanayaw71592 жыл бұрын
👍 you are doing a great work bro
@CodeWithStein2 жыл бұрын
Thank you so much :-D
@sshwey2 жыл бұрын
Thank you so much for your labour! Would be glad if you showed a registration and authentication in DRF+Vue with access and refresh tokens. I saw your method with the only token but heard that it is not enough safe (e.g. to store it in local storage)
@CodeWithStein2 жыл бұрын
Hey ☺️ it can be argued if its safe or not… I have planned to create a tutorial like that for a while, but I’m so busy these days 😝
@keikusanagi992 жыл бұрын
nice tutorial
@CodeWithStein2 жыл бұрын
Thanks 😁😁
@nurullo.salaydinov2 жыл бұрын
Thanks, I was searching how to transfer image with vue