command to expire waiting program enrollments
This commit is contained in:
@@ -24,3 +24,9 @@ class ProgramEnrollmentsConfig(AppConfig):
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
def ready(self):
|
||||
"""
|
||||
Connect handlers to signals.
|
||||
"""
|
||||
from . import tasks # pylint: disable=unused-variable
|
||||
|
||||
Reference in New Issue
Block a user