tool for convert SQL queries to SQLalchemy

2021-11-08 Thread Lahu Chavan
please let me know any better tool used for conversion convert SQL queries to SQLalchemy -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

None keyword

2021-11-01 Thread Lahu Chavan
student_middle_name = ( request.data.get('student_middle_name').strip() if request.data.get('student_last_name') else None ) if not value student name then None value stored in database or not or exception. if yes how store ? please elaborate -- You received this

CRUD OPERATION CLASS BASED API

2021-10-23 Thread Lahu Chavan
Hey DjangoUsersConnection, How to use common(single) url for combining ADD, UPDATE, GET, DELETE class based api. please give me an example with brief information. thank you so much -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Python-django project

2020-08-06 Thread Lahu Chavan
i am also interested to join ur project. my whatsapp number is +917875279602 On Thu, Aug 6, 2020 at 6:56 PM gregory adomako wrote: > Interested > > On Tuesday, July 21, 2020 at 4:09:08 AM UTC+1, learn code wrote: >> >> Hi everyone, >> >> I am learning python and django, like to work on the

DjangoProject related queries: what is name(means unknown random number) after HTTP status code.

2020-03-02 Thread Lahu Chavan
when we run command on teminal python manage.py runserver after will get local server IP address click on immediately, one hand will open a webbrowser page of django project and another hand on terminal continue processing in format [Date] "HTTP method" HTTP status code | unknown random