Add volunteer frequency histogram code.
This commit is contained in:
parent
f42974dcd7
commit
9d088cf93c
5 changed files with 130 additions and 1 deletions
|
@ -5,6 +5,7 @@ from files.__main__ import app
|
|||
from files.commands.cron import cron_app_worker
|
||||
from files.commands.seed_db import seed_db
|
||||
from files.commands.volunteer_janitor_recalc import volunteer_janitor_recalc
|
||||
from files.commands.volunteer_janitor_histogram import volunteer_janitor_histogram_cmd
|
||||
from files.commands.cron_setup import cron_setup
|
||||
import files.classes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue