Skip to content
View arkanister's full-sized avatar

Block or report arkanister

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. flask-vue-plotly-dashboard flask-vue-plotly-dashboard Public

    A simple dashboard using Flask, Vue and Plotly.

    Python 6

  2. pybr2020-integration-tests-django pybr2020-integration-tests-django Public

    Testes de Integração de APIs com Django

    Python 2 1

  3. How to use DB Views with Django? How to use DB Views with Django?
    1
    Sometimes is necessary to create database scripts and run it as a view in Django, but it could be hard, because you must manage the scripts outside the Django project structure.
    2
    
                  
    3
    To make it simple I've created a simple way to run those database view scripts integrated with django.
    4
    
                  
    5
    ### Setup
  4. Pure Python coalesce alternative. Pure Python coalesce alternative.
    1
    class Unset:
    2
        """
    3
        This class represent an unset instance.
    4
        """
    5