Skip to content
View gilsonbp's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Arapiraca, Alagoas, Brasil
  • 16:32 (UTC -03:00)
  • X @gilsonbp

Highlights

  • Pro
Block or Report

Block or report gilsonbp

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. django-tenants django-tenants Public

    Forked from django-tenants/django-tenants

    Django tenants using PostgreSQL Schemas

    Python

  2. gpauth gpauth Public

    GP Auth is an extension of the original Django Auth with some changes for modern applications.

    Python 1 1

  3. simcapital simcapital Public

    SIM Capital Challenge Project

    Python

  4. MIDDLEWARE para set_current_tenant MIDDLEWARE para set_current_tenant
    1
    from django_multitenant import *
    2
    
                  
    3
    
                  
    4
    class SetCurrentTenantFromUser(object):
    5
        def __init__(self, get_response):
  5. Instalando e iniciando um novo proje... Instalando e iniciando um novo projeto no Scrapy
    1
    virtualenv --python=python3 gdg
    2
    
                  
    3
    source gdg/bin/activate
    4
    
                  
    5
    pip install scrapy