Add a module which will create notifications for all users when the license is at its expiration period, and terminate the process when the license expires.
This commit is contained in:
parent
0683f2657e
commit
0ba4201020
8 changed files with 120 additions and 18 deletions
|
@ -233,6 +233,7 @@ def initialize_database():
|
|||
|
||||
NotificationKind.create(name='password_required')
|
||||
NotificationKind.create(name='over_private_usage')
|
||||
NotificationKind.create(name='expiring_license')
|
||||
|
||||
NotificationKind.create(name='test_notification')
|
||||
|
||||
|
|
Reference in a new issue