)
# 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
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
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.
3 matches
Mail list logo