Skip to content
View zanvd's full-sized avatar

Block or report zanvd

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. ajateam ajateam Public

    Dragonhack IoT team for sleepy people.

    Java

  2. A django mixin that checks if a user... A django mixin that checks if a user is also the owner of accessed object.
    1
    from functools import reduce
    2
    
                  
    3
    from django.contrib.auth.mixins import AccessMixin
    4
    from django.core.exceptions import PermissionDenied
    5
    from django.http import HttpResponseRedirect, JsonResponse