Skip to content
View sirrobot01's full-sized avatar
👽
Daemonic
👽
Daemonic

Highlights

  • Pro
Block or Report

Block or report sirrobot01

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
sirrobot01/README.md

Hi there 👋

Pinned

  1. django-request-viewer django-request-viewer Public

    Log and View requests made on Django

    Python 27 7

  2. djangotalkto djangotalkto Public

    Seamlessly consume RESTful API with all Django flavours

    Python 7 1

  3. Celery Task runner Celery Task runner
    1
    from celery.utils.log import get_logger
    2
    from django.conf import settings
    3
    logger = get_logger(__name__)
    4
    
                  
    5
    
                  
  4. oauth-sso-go oauth-sso-go Public

    An Oauth2 Single-Sign-On implementation in Go

    Go

  5. Pytest auto_login fixture Pytest auto_login fixture
    1
    import pytest
    2
    
                  
    3
    @pytest.fixture
    4
    def password():
    5
        return 'my-password-is-stronger-than-yours'
  6. django-quickstarter django-quickstarter Public template

    A lightweight Django template

    Python 7 2