django-app-metrics
django-app-metrics copied to clipboard
Adding simple reporting features...
...extending from the Django Admin templates. In this case I don't want to be sending emails, I just want the data on demand. I'm using the generic class based views for date handling. Displays data in a table for either each day of the month, or each month of the year. Not too much more to say about it. Take a look at the code. Would love to hear some feedback.
Thanks for the making the project