Re: Forum on WhatsApp

2022-12-23 Thread Michael Starr
You might want to explain a little bit more if you want people to join, which is what I'm guessing you want. Mike On Thursday, December 22, 2022 at 2:55:04 PM UTC-8 julika...@gmail.com wrote: > https://chat.whatsapp.com/COaaB3ss9YoGJQNoGm8K6s > -- You received this message because you are sub

Re: Need help Scraping a couple of websites

2022-12-23 Thread Michael Starr
Yeah it's not a DDOS or anything. They are providing the movie information on their site, from their databases, as-is and without warranty. That means you can do whatever you want with it to the fullest extent of criminal law. But maybe I have no idea what I'm talking about. Cheers, Mike On Fr

Re: Need help Scraping a couple of websites

2022-12-23 Thread Benjamin Schollnick
> I can scrap for you. I just created an IMDB scrapper(which is illegal, so not > going to post the code anywhere but mailed IMDb about it) in the flask. > Also, have experience in Django and web scrapping using bs4. illegal? Against Copyright, and maybe not permitted by End-User License. But

Re: Need help Scraping a couple of websites

2022-12-23 Thread Raj Mandaviya
I can scrap for you. I just created an IMDB scrapper(which is illegal, so not going to post the code anywhere but mailed IMDb about it) in the flask. Also, have experience in Django and web scrapping using bs4. My GitHub: https://github.com/Rajm1505 Drop an email for your requirement at rajm150.

Re: ImportError:

2022-12-23 Thread Raeesh Rayeen
ImportError: cannot import name 'views' from 'it_training_platform' for the above error please write like that: import app_name from views note: we have two things project name and app_name when we are creating Django project That app_name import. Thanks On Fri, 23 Dec 2022 at 20

Re: ImportError:

2022-12-23 Thread 'Kasper Laudrup' via Django users
On 23/12/2022 12.36, JOSEPH OCHELEBE O. wrote: Am getting this errors bellow when i tried to run my Django project     from . import views ImportError: cannot import name 'views' from 'it_training_platform' (C:\Users\Dreams Reality\Desktop\Django-project\it_training_platform\it_training_platf

ImportError:

2022-12-23 Thread JOSEPH OCHELEBE O.
Am getting this errors bellow when i tried to run my Django project from . import views ImportError: cannot import name 'views' from 'it_training_platform' (C:\Users\Dreams Reality\Desktop\Django-project\it_training_platform\it_training_platform\__init__.py) -- You received this message b