Iwan Setiawan
Results
1
comments of
Iwan Setiawan
I use this peace of code: `today = datetime.datetime.now()` `hit_today = Hit.objects.filter(created__year=today.year, created__month=today.month, \ ` `created__day=today.day).count()`