The Basics
A simple statistics and analytics application for Django-based web applications, allowing people with low-to-mid scaled sites to easily see their website usage statistics.
Project Home – http://code.google.com/p/django-simplestats/Grab the Repository – svn checkout http://django-simplestats.googlecode.com/svn/trunk/
Recent Commits
-
16 was committed 5 months, 1 week ago.
Fixed archive_month and added a detail page.
-
15 was committed 5 months, 3 weeks ago.
For some reason one deleted file did not make it last time.
-
14 was committed 5 months, 3 weeks ago.
Worked on UI and added views for listing the different hierarchy of statistics.
-
13 was committed 5 months, 3 weeks ago.
Changed from using pygooglecharts to using flot. Updated views, templates, and media to reflect that fact.
-
12 was committed 5 months, 3 weeks ago.
Removed all .pyc files and added .svnignore
-
11 was committed 5 months, 3 weeks ago.
Fixed up queries so that they also return the hour, month, day, or year so that a sparse list can be constructed. Also abstracted away some of the sparse list code. Cleaned up templates a bit.
-
10 was committed 5 months, 3 weeks ago.
Updated postgresql queries to be correct.
-
9 was committed 5 months, 3 weeks ago.
Had to add all the .pyc files, unfortunately.
-
8 was committed 5 months, 3 weeks ago.
Had to add all the .pyc files, unfortunately.
-
7 was committed 5 months, 3 weeks ago.
Added backend-specific queries.py file