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

Block or report hakib

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

    Auto Complete for Angularjs applications with a lot to complete

    JavaScript 236 64

  2. django-admin-lightweight-date-hierarchy django-admin-lightweight-date-hierarchy Public

    Django Admin date_hierarchy with zero queries

    Python 95 14

  3. How to Turn Django Admin Into a Ligh... How to Turn Django Admin Into a Lightweight Dashboard
    1
    # https://hakibenita.com/how-to-turn-django-admin-into-a-lightweight-dashboard
    2
    
                  
    3
    from django.contrib import admin
    4
    from django.db.models import Count, Sum, Min, Max, DateTimeField
    5
    from django.db.models.functions import Trunc
  4. Custom django checks using Django ch... Custom django checks using Django check framework, inspect and ast.
    1
    """
    2
    Custom django checks.
    3
    4
        H001: Field has no verbose name.
    5
        H002: Verbose name should use gettext.
  5. CountTimeoutLimitPaginator - Paginat... CountTimeoutLimitPaginator - Paginator that enforced a timeout on the count operation.
    1
    class TimeLimitedPaginator(Paginator):
    2
        """
    3
        Paginator that enforced a timeout on the count operation.
    4
        When the timeout is reached a "fake" large value is returned instead,
    5
  6. fast-excel-python fast-excel-python Public

    Fastest Way to Read Excel in Python

    24 1