Upload an image to firebase from django Html Page

2022-06-29 Thread Koushik Romel
I want to get image in input tag in Html page and upload it to the firebase storage when the HTML form(not Django Form) is submitted. I am unable to find solution for it. Everywhere i notice that all are uploading image via javascript to firebase storage that too with an old version which is no

Django could not parse the remainder

2022-06-20 Thread Koushik Romel
When trying to get a value from restapi in for loop to display it takes hyphen(-) as minus(-). And there is no way to change the api structure because it is fixed. Im struck in this anyone help me.. The exact error and the expected json is given below is down below when i try to print {{key}} th

Re: Nested json in django rest framework

2022-06-05 Thread Koushik Romel
Thanks for your time Kasper, I've learnt something new from your message and I solved the problem yesterday itself it was my mistake I added the wrong model to serializer On Sunday, 5 June 2022 at 23:15:47 UTC+5:30 Kasper Laudrup wrote: > On 05/06/2022 07.06, Koushik Romel wrote: &g

Re: Nested json in django rest framework

2022-06-05 Thread Koushik Romel
Thanks for your time I've learnt something new from your message and I solved the problem yesterday itself it was my mistake I added the wrong model to serializer On Sunday, 5 June 2022 at 23:15:47 UTC+5:30 Kasper Laudrup wrote: > On 05/06/2022 07.06, Koushik Romel wrote: > > I w

Nested json in django rest framework

2022-06-04 Thread Koushik Romel
I need to achieve the following structure using Django restframework anyone help with the method or share me the video or blog links it'll be very much helpful for me I want those #One and #Two to be in curly braces {} and not as square bracket [] , and Thanks in advance [ { "id": 123, "city":

How the social platforms deals each users data

2021-12-20 Thread Koushik Romel
Like Twitter, Instagram and Facebook how to store users data separately it will also be helpful if you redirect me to any blog or any documentation to know completely about this -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

How to store users data like social media apps

2021-12-20 Thread Koushik Romel
I'm in need of this like how the social medias like Facebook, Instagram and Twitter stores data for each users and allow the users to access their own profile when they enter their username and password Giving solution for this or redirecting me to the correct blog or any documentation page is