Skip to content
View aleksei140888's full-sized avatar
👾
👾

Block or report aleksei140888

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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)
    1
    from django.db import connection, reset_queries
    2
    import time
    3
    import functools
    4
    
                  
    5
    def query_debugger(func):
  2. 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)
    1
    import boto3
    2
    import logging
    3
    import botocore
    4
    
                  
    5
    from typing import Optional