Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
463d592f
Commit
463d592f
authored
Mar 28, 2021
by
felix.herrmann
Browse files
fix(merge): minor change to run merge pipeline again
parent
4c9cb6ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
discuss_data/ddusers/tasks.py
View file @
463d592f
...
...
@@ -11,6 +11,7 @@ def send_status_emails_daily():
Task function for sending status emails to all users
Called by a django-q Schedule
Uses a django-q async_task
user.compose_status_email_daily() generates text
"""
for
user
in
User
.
objects
.
all
():
email
=
user
.
email
.
split
(
";"
)[
0
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment