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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANQ9JREEP%2BJOQXdbgJZHHMisETnzdTgMm-J8jsmvSpPgD5BKcA%40mail.gmail.com.


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 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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANQ9JRFuUsFTmVagA%3DPy5pXnHe7gt9qsBWKk3S-j-EXzcgn-rQ%40mail.gmail.com.


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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANQ9JRFa3ckWaF1BixmXnsgn1bGwhnJVYCWmtcPnsSP-wvJeeQ%40mail.gmail.com.


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 projects to improve
>> more.If any one interested to join with me to work on the projects,plz send
>> me a email.
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/c9fab9d1-810c-4e04-8aba-19fa46f7b42fo%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANQ9JRGM94VHXuq%3DwmSf126ms33124-UzsK6Zg%3DqEUOeN63StQ%40mail.gmail.com.


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 number.

 

*my question is what is name(means *unknown random number)*  after HTTP 
status code.*

 

*Please share answer as soon as possible* 

 

System check identified no issues (0 silenced).
February 28, 2020 - 06:31:46
Django version 3.0.3, using settings 'pydjblog.settings'
Starting development server at http://127.0.0.1:8000/  
Quit the server with CTRL-BREAK.
[28/Feb/2020 06:31:52] "GET / HTTP/1.1" 200 3295
[28/Feb/2020 06:31:52] "GET /static/css/custom.css HTTP/1.1" 304 0
[28/Feb/2020 06:31:52] "GET /static/popper.min.js HTTP/1.1" 404 1665
[28/Feb/2020 06:31:52] "GET /static/bootstrap.min.js HTTP/1.1" 404 1674


thank you

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bbdc4dec-e77d-46ba-ad5a-1c500e1539f4%40googlegroups.com.