Re: How to allow user to delete their own profile after login with their default id.

2022-12-26 Thread Raj Mandaviya
) # You can use either of these # To Soft Delete user.active = False user.save() # To Hard Delete user.delete() messages.success("You account has been deleted Successfully!") return redirect('home') Let me know if this doesn't work. -Raj

Re: Need help Scraping a couple of websites

2022-12-26 Thread Raj Mandaviya
Thank you for the info. Does this mean I can make a repo for the Scrapper I created with Flask on GitHub and not be affected? On Friday, December 23, 2022 at 11:41:27 PM UTC+5:30 bscho...@schollnick.net wrote: > > I can scrap for you. I just created an IMDB scrapper(which is illegal, > so not

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.