Re: Nested json in django rest framework

2022-06-05 Thread 'Amitesh Sahay' via Django users
PROBABLY, Pandas would help you Regards, Amitesh Sahay91-750 797 8619 On Monday, 6 June, 2022, 10:12:07 am IST, Koushik Romel wrote: 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 t

Re: Best approach for audit logging in Django.

2022-06-05 Thread Mukul Verma
i also have the question regarding this, is that i have to create auditing log file for all the activities performing in the project smallest or biggest may you please tell how to initiate this task from beginning. *Thanks* *Mukul Verma* On Friday, 3 June 2022 at 23:32:04 UTC+5:30 sutharl...@gm

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: > > I want tho

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 want those #One

uvicorn and ASGI

2022-06-05 Thread Dan Davis
I am doing some work comparing various ASGI frameworks, SQL Alchemy, just writing the SQL, and that sort of thing, in order to determine what I think. Speed isn't every thing, but speed is a thing. Anyway, I was reading about this at https://docs.djangoproject.com/en/4.0/howto/deployment/asgi/

Re: Nested json in django rest framework

2022-06-05 Thread 'Kasper Laudrup' via Django users
On 05/06/2022 07.06, Koushik Romel wrote: I want those #One and #Two to be in curly braces {} and not as square bracket [] , and Thanks in advance A good start would be to understand what the difference between square brackets and curly braces is. The JSON format is very simple: https://en.w

Re: TemplateDoesNotExist at /

2022-06-05 Thread bnmng
What it the URL that is causing this error? On Saturday, June 4, 2022 at 10:59:13 AM UTC-4 pm29...@gmail.com wrote: > TemplateDoesNotExist at /home.html > Request Method: > GET > Request URL: > http://127.0.0.1:8000/ > Django Version: > 4.0.3 > Exception Type: > TemplateDoesNotExist > Exception V

Re: ComboBox

2022-06-05 Thread Phil Parkin
Thanks for the responses. *rgam* - I appreciate what you are saying. I think it is roughly what I am doing now, but it is a bit clumsy in that the user (of a financial application) will typically have a list of regular customers to select from, and also may have other customers that are one-o