Skip to content
View tiagocborg's full-sized avatar
Block or Report

Block or report tiagocborg

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

  1. Django reverse with query string Django reverse with query string
    1
    from django.utils.http import urlencode
    2
    
                  
    3
    def reverse_query_string(view, urlconf=None, args=None, kwargs=None, current_app=None, query_kwargs=None):
    4
        """
    5
        Reverse to handle query strings
  2. CSV Splitter Python Script CSV Splitter Python Script
    1
    """
    2
    This is supposed to be used to split large csv files keeping the headers.
    3
    If you do not want to keep the headers, just use the split feature of a unix terminal.
    4
    """
    5
    import sys
  3. django-cognito django-cognito Public

    Python

  4. terraform-modules terraform-modules Public

    Personal terraform modules

    HCL

  5. django-mama-cas django-mama-cas Public

    Forked from jbittel/django-mama-cas

    A Django Central Authentication Service (CAS) single sign-on server

    Python