You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_If you already have a way the run scheduled jobs in your Django app and don't want to start a management command via a cron job, you can call the `send_notification_digests` function within `digest.py` yourself._
134
+
If you already have a way to run scheduled jobs in your Django app and don't want to start a management command via a cron job, you can call the `send_notification_digests` function directly:
135
+
136
+
```python
137
+
from generic_notifications.digest import send_notification_digests
138
+
from generic_notifications.frequencies import DailyFrequency
0 commit comments