Hi, you could try graphite / carbon (and diamond) to do so, if you do not want to rely on javascript frameworks lil Piwik or GA and want to track special actions. http://graphite.wikidot.com
and add you custom stats by something like this using UDP: sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) sock.connect((settings.CARBON_SERVER, int(settings.CARBON_PORT))) sock.sendall(message) sock.close() regards Henrik >reply to message: >date: 21.05.2014 10:05:22 >from: "Chansons" <chansonsyidd...@gmail.com> >to: django-users@googlegroups.com >subject: [<django-users.googlegroups.com>] website statistics > >Hello, > >looking on the web, I didn't find any website statistics script written >with python, or django. >If some exist, where could I find them, and if not, what do I need to know >to write my own? > >Thanks > >-- >You received this message because you are subscribed to the Google Groups >"Django users" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to django-users+unsubscr...@googlegroups.com. >To post to this group, send email to django-users@googlegroups.com. >Visit this group at http://groups.google.com/group/django-users. >To view this discussion on the web visit >https://groups.google.com/d/msgid/django-users/05358942-a9f3-427c-8550-6ca160900bd9%40googlegroups.com. >For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/72FD477681C946DF98D4D15064FE6F05%40NIKE. For more options, visit https://groups.google.com/d/optout.