Sarosh Farhan
Sarosh Farhan
@Jaskaran2 just saw your PR and checked your commits, I had a doubt, how are you deleting entries from link_hits table? I didn't see any delete action for this table...
@Jaskaran2 look super sleek and crisp, I was overthinking deleting link_hits by executing complex SQL using inner joins and whatnot. I didn't think of this simple delete method. Thanks a...
Hi @Jaskaran2 @Dilshan-H, I am new to flask and was doing changes locally(just for practice, I won't raise PR) and I had a doubt. While deleting the tracker from DB...
@Dilshan-H isntead of using `generatedOn = str(dt.now().astimezone(pytz.timezone('Asia/Colombo')))` can't we directly use `generatedOn = str(dt.now().astimezone())` Won't this give the current timezone of the user? Just a doubt I read it here...
> > @Dilshan-H isntead of using > > `generatedOn = str(dt.now().astimezone(pytz.timezone('Asia/Colombo')))` > > can't we directly use > > `generatedOn = str(dt.now().astimezone())` > > Won't this give the current timezone...