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

Statistics for your Django project

Results 13 django-statsy issues
Sort by recently updated
recently updated
newest added

Hi, I'm interested in using `django-statsy` in my Django project and I would like to try it. After adding it to my requirements, I've problems to resolve my dependencies, because...

Added @statsy in my views.py import statsy # By the way you did not mention about importing it in views in README @statsy.watch def filetree(request) ... In urls.py got url(r'^$',...

For query = StatsyObject.objects.by_time(start=start, end=end, include_end=False) the filter is not formed correctly python 3.5

Hello! I would like to use `uWSGI` `spooler` for async tasks. It can be almost the same as `tasks.py`: ```python from django_uwsgi.decorators import spool from statsy.models import StatsyObject @spool def...

feature

— demo account — stats population — docs

feature
docs

/stats/today/ /stats/2016.07.13/ /stats/group:event:label/ etc

feature

Records limit setting Cleanup tasks

feature
enhancement