Pinned Loading
-
MassAutocomplete
MassAutocomplete PublicAuto Complete for Angularjs applications with a lot to complete
-
django-admin-lightweight-date-hierarchy
django-admin-lightweight-date-hierarchy PublicDjango Admin date_hierarchy with zero queries
-
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
23from django.contrib import admin
4from django.db.models import Count, Sum, Min, Max, DateTimeField
5from django.db.models.functions import Trunc
-
Custom django checks using Django ch...
Custom django checks using Django check framework, inspect and ast. 1"""
2Custom django checks.
34H001: Field has no verbose name.
5H002: Verbose name should use gettext.
-
CountTimeoutLimitPaginator - Paginat...
CountTimeoutLimitPaginator - Paginator that enforced a timeout on the count operation. 1class TimeLimitedPaginator(Paginator):
2"""
3Paginator that enforced a timeout on the count operation.
4When the timeout is reached a "fake" large value is returned instead,
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.