Skip to content
View hakib's full-sized avatar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MassAutocompleteMassAutocompletePublic

    Auto Complete for Angularjs applications with a lot to complete

    JavaScript 236 64

  2. django-admin-lightweight-date-hierarchydjango-admin-lightweight-date-hierarchyPublic

    Django Admin date_hierarchy with zero queries

    Python 98 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
    fromdjango.contribimportadmin
    4
    fromdjango.db.modelsimportCount, Sum, Min, Max, DateTimeField
    5
    fromdjango.db.models.functionsimportTrunc
  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
    classTimeLimitedPaginator(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-pythonfast-excel-pythonPublic

    Fastest Way to Read Excel in Python

    32 2