Generate counts for various operations which will be given to the index page
()
| 533 | |
| 534 | |
| 535 | def get_counts(): |
| 536 | """Generate counts for various operations which will be given to the |
| 537 | index page""" |
| 538 | retval = admin_stats.get_stats(100) |
| 539 | return storify(retval) |
| 540 | |
| 541 | |
| 542 | def get_admin_stats(): |