command to expire waiting program enrollments

This commit is contained in:
Zach Hancock
2019-05-15 15:04:54 -04:00
parent 309c92f6e6
commit d9dc0d4b8d
8 changed files with 264 additions and 0 deletions

View File

@@ -24,3 +24,9 @@ class ProgramEnrollmentsConfig(AppConfig):
}
},
}
def ready(self):
"""
Connect handlers to signals.
"""
from . import tasks # pylint: disable=unused-variable