Skip to content

Commit c672f2a

Browse files
AhtishamShahidfarhaanbukhsh
authored andcommitted
feat: added waffle to enable email notifications
1 parent ced04a4 commit c672f2a

File tree

1 file changed

+1
-1
lines changed
  • tutornotifications/templates/notifications/tasks/lms

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Create waffle flag to enable notifications
2-
(./manage.py lms waffle_flag --list | grep notifications.enable_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_notifications
2+
(./manage.py lms waffle_flag --list | grep notifications.enable_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_notifications; (./manage.py lms waffle_flag --list | grep notifications.enable_email_notifications) || ./manage.py lms waffle_flag --everyone --create notifications.enable_email_notifications

0 commit comments

Comments
 (0)