Skip to content
View DalitsoSakala's full-sized avatar
๐ŸŒพ
Working from home
๐ŸŒพ
Working from home

Highlights

  • Pro
Block or Report

Block or report DalitsoSakala

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

Pinned Loading

  1. form-lib-js form-lib-js Public

    A library to create html forms from schema like objects in javascript (inpired by you know which framework).

    TypeScript 2 1

  2. djangondor djangondor Public

    A package to provide utilities for working with django

    Python 1

  3. interceptor.py interceptor.py
    1
    # Heres a good way to make a DRY mixin for http requests
    2
    
                  
    3
    class DRYMixin:
    4
      def dispatch(self, request, *args, **kwargs):
    5
        # Handle the request based on conditions