Music streaming app with Django + vuejs + Django rest framework + jwt This post will help you to build a music API that serves the music. I will be choosing th… Adarshreddy Adelli August 06, 2022 DjangoNodejspythonvuejsweb development
Get user IP address in django Get user IP address in Django def get_client_ip(request): x_forwarded_for = requ… Adarshreddy Adelli May 04, 2021 100daysDjangopython
Get the current logged in user in Django models #Django 100 days You can get the currently logged-in user in views of Django easily usi… Adarshreddy Adelli May 04, 2021 100daysDjangopython
Automatically update foreign key in django rest framework using serializer #Django100days This code helps you to update the foreign key automatically after saving t… Adarshreddy Adelli May 03, 2021 100daysDjangopythonSnippets
Dockerize Django application Hey there! I am very excited to write on one of my personal favourites ie: docker. Nowad… Adarshreddy Adelli August 11, 2020 operating systemspython
Vuejs Rest authentication with axios + jwt + Vuetify We rocked in our previous posts , where we successfully built a backend for our music st… Adarshreddy Adelli August 09, 2020 Nodejspythonweb development