I've been amusing myself most of the day by making pretty graphs of Pownce data. Kevin suggested using Timeplot which makes some pretty good looking chartsandgraphs.
I did find a super useful Python decorator hidden away in the Django admin module:
Probably a good thing to use for any additional admin-type pages AND admin-type data files. Espescially if you're making secretive timeplots.
I did find a super useful Python decorator hidden away in the Django admin module:
from django.contrib.admin.views.decorators import staff_member_required
Probably a good thing to use for any additional admin-type pages AND admin-type data files. Espescially if you're making secretive timeplots.