Pinned Loading
-
Decorator to display the number of q...
Decorator to display the number of queries to the database and the execution time of Django function (I am not the author) 1from django.db import connection, reset_queries
2import time
3import functools
45def query_debugger(func):
-
The script helps to change the passw...
The script helps to change the password for the cognito user and get access, id and resfresh tokens for it. (Please allow ALLOW_USER_PASSWORD_AUTH and ALLOW_USER_SRP_AUTH for your app_client) 1import boto3
2import logging
3import botocore
45from typing import Optional
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.