PLS HELP!! - SCRAPE YOUTUBE CHANNEL EMAIL

2021-06-19 Thread Vrushang Desai
Hi Guys , Anyone knows how to scrape Youtube Channels Emails? With Django/Python? If yes, Pls reply! Thanks. -- 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 dj

🚨[URGENT] - 😥 Scrape Youtube Channel Email | Bypass Captcha 👀

2021-06-19 Thread Vrushang Desai
Hi guys, *I'm trying to bypass youtube captcha & download email of the channel owner.* I would really like to know how can one actually solve it? As I'm facing issues with youtube, *Where captcha disappears (Even if email can be scraped from different id).* *Any Help or API would be helpful!*

Re: help me plz: button one click django(disable the submit button )

2021-06-19 Thread Kasper Laudrup
On 19/06/2021 21.58, hanin guesmi wrote: > ok i will thnx > You could spend the rest of your life doing that, so if you want someone to help you, it might be a better idea to write a bit about what you've tried, how it's not working etc. Of course, that's completely up to you, but writing questio

Re: help me plz: button one click django(disable the submit button )

2021-06-19 Thread hanin guesmi
ok i will thnx Le samedi 19 juin 2021 à 20:43:57 UTC+1, Kasper Laudrup a écrit : > On 19/06/2021 13.58, hanin guesmi wrote: > > I. Tried many codes but not working > > > > Try a few more. You know how when you've lost something, you always find > it the last place you look? > > It's the same wit

Re: help me plz: button one click django(disable the submit button )

2021-06-19 Thread Kasper Laudrup
On 19/06/2021 13.58, hanin guesmi wrote: > I. Tried many codes but not working  > Try a few more. You know how when you've lost something, you always find it the last place you look? It's the same with codes. It's always the last one you try. Kind regards, Kasper Laudrup -- You received this

Re: 500 - Internal server error

2021-06-19 Thread Sachin Kumar
thanks all for the help, I found the solution it was related to Web Server IIS configuration. On Sat, Jun 19, 2021 at 4:11 PM Kasper Laudrup wrote: > On 19/06/2021 10.59, Sachin Kumar wrote: > > Thanks, Kayode for the reply, > > > > it's already enabled but still can't see any details. I am real

Re: please help! not getting the desired output. how to add multiple orders via Django forms using Javascript?

2021-06-19 Thread Williams Andy Inc
Anyone interested in talking about django sharing their knowledge or path or want to learn more? meeting Now https://meet.google.com/wcv-ojtf-vhi On Sat, Jun 19, 2021 at 10:31 AM DJANGO DEVELOPER wrote: > please can someone help me? > > On Sat, Jun 19, 2021 at 9:31 AM DJANGO DEVELOPER > wrote

Re: Using ORM to retrieve values (REAL) from SQLite database to round to 2 decimal places

2021-06-19 Thread Lalit Suthar
this can help https://docs.djangoproject.com/en/2.2/ref/models/database-functions/#round On Fri, 18 Jun 2021 at 22:43, Wai Yeung wrote: > Hello, > > To be able to get a REAL value from a SQLite database rounded to 2 decimal > places, I had to use the following RAW SQL query: > > SELECT >

Problem to connect to database only when run "migrate"

2021-06-19 Thread Heron
Hello, I getting problem to connect to database only when run "migrate". I'm able to use on apache/wsgi and runserver, so it's seens that connection to database is okay. Dango is running on docker. Anyone can help me ? bash-4.2# python manage.py migrate /usr/local/lib/python2.7/site-packages

Re: help me plz: button one click django(disable the submit button )

2021-06-19 Thread Prasad Ajmire
Hey On Sat, Jun 19, 2021, 5:29 PM hanin guesmi wrote: > I. Tried many codes but not working > > Le sam. 19 juin 2021 à 04:58, DJANGO DEVELOPER > a écrit : > >> you can apply javascript to perform this action. >> >> On Sat, Jun 19, 2021 at 7:43 AM hanin guesmi >> wrote: >> >>> Hi >>> i am tryin

Re: help me plz: button one click django(disable the submit button )

2021-06-19 Thread vvk
Hi all pls make one Wtapp group or Instagram group bevause mail box not sufficient to solve On Sat, Jun 19, 2021, 8:14 AM hanin guesmi wrote: > Hi > i am trying to disable send data when click in the second time in the > button > my template.html > > {% csrf_token %} > {% bootstra

Re: help me plz: button one click django(disable the submit button )

2021-06-19 Thread hanin guesmi
I. Tried many codes but not working Le sam. 19 juin 2021 à 04:58, DJANGO DEVELOPER a écrit : > you can apply javascript to perform this action. > > On Sat, Jun 19, 2021 at 7:43 AM hanin guesmi > wrote: > >> Hi >> i am trying to disable send data when click in the second time in the >> button >>

Re: 500 - Internal server error

2021-06-19 Thread Kasper Laudrup
On 19/06/2021 10.59, Sachin Kumar wrote: > Thanks, Kayode for the reply, > > it's already enabled but still can't see any details. I am really trying > to fix it for the last month but not able to any help or > suggestion will be highly appreciated. > As Kayode already mentioned, you need to chec

Re: 500 - Internal server error

2021-06-19 Thread Sachin Kumar
Thanks, Kayode for the reply, it's already enabled but still can't see any details. I am really trying to fix it for the last month but not able to any help or suggestion will be highly appreciated. Please help me out. Sachin On Fri, Jun 18, 2021 at 6:32 PM Kayode Oladipo wrote: > Set DEBUG=

Re: please help! not getting the desired output. how to add multiple orders via Django forms using Javascript?

2021-06-19 Thread DJANGO DEVELOPER
please can someone help me? On Sat, Jun 19, 2021 at 9:31 AM DJANGO DEVELOPER wrote: > for convenience, please follow addorder1 to addorder5 respectively. > > On Saturday, June 19, 2021 at 9:29:48 AM UTC+5 DJANGO DEVELOPER wrote: > >> Hi guys I need urgent help. your help is appreciated. >> When