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 make a project with multiple domain and only one ip address. How can i get hit count information from one domain and another. May be we need additional field...

Hi, how can I check hits for a specific time period? Right now, it is only possible to count the hits from now back to a certain time period. #...

feature-request

Hi, I have not run the hitcount_cleanup command for ages. Meanwhile my database become very big. over 5 billion entries.... So I decided to run the hitcount_cleanup command. Unfortunately the...

In my case I need get popular post by last {month|week|day}'s hitcount. Therefore I need to save hitcount separated by date or date range. What is saved now: |id|hits|modified|content_type_id|object_pk| |---|---|---|---|---|...

Hey maintainers, I really like this application. I would like to maintain this application and re-write the current codebase for some changes. From the top of my head, some of...

Hi there First of all thanks for a great utility. Thought I'd flag an issue I noticed in case it helps. When using signed browser cookies, the session_key parameter can...

bug

Having ``` location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $http_x_real_ip; proxy_set_header REMOTE_ADDR $http_x_real_ip; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-Proto $scheme; … ``` inside Nginx configuration the logging of IPv4 works...

How to write fixtures for a model connected with hitcount?

I'm using jinja2 templates in my project. and this is not working with jinja templates. so there any simple way to integrate this with jinja2

I want to display some objects to user, which has zero hits by user. I don't want to loop through all objects for finding objects which has zero hits. Is...