Vignesh Hari

Results 82 comments of Vignesh Hari

could you move all the syncing bits to a common utility function, in the future we would want a task running once a day to calculate drift, correct it, and...

Make sure you add some make commands that lint currently staged and all files ( both with and without docker )

@sainak Since we use JWT's for everything now, does it make sense to use JWT's for reset passwords as well ?

> Revoking the token will require a table anyway, so using JWT won't be that beneficial The table is not the problem, the auth mechanism is the problem, using JWT's...

You can use the django extentions module and use `runserver_plus --print-sql` to print all SQL queries

you could prefetch some data and then use signals to cache the property data to ensure that everything works with a single query

@GeekGawd if you are working on the issue, lemme know, I'll assign it to you

@sainak review required!

Let the default be None and let them use False and True. that should work