django-hitcount icon indicating copy to clipboard operation
django-hitcount copied to clipboard

Django hit counter application that tracks the number of hits/views for chosen objects

Results 24 django-hitcount issues
Sort by recently updated
recently updated
newest added

I have django project has quite sophisticated build pipeline with many checks in place (lints, code formatting, unit tests). One of them is checking for any apps that are in...

I would like to create mixin version of it of `HitCountDetailView` that doesn't extend `DetailView`, but rather `SingleObjectMixin`. Is the project still active? Should I make PR?