Skip to content

Commit

Permalink
More cleanups; and test ACL reminders first; before switching to actu…
Browse files Browse the repository at this point in the history
…al users/trustees.
  • Loading branch information
dirkx committed Oct 29, 2024
1 parent eeadb1c commit faabf41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cron-midnight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ fi
${POETRY_RUN}python manage.py pettycash-recache
${POETRY_RUN}python manage.py clean_duplicate_history --auto > /dev/null
${POETRY_RUN}python manage.py clean_old_history --days 1000 --auto > /dev/null
${POETRY_RUN}python manage.py send-acl-reminders --to dirkx@webweaving.org > /dev/null
2 changes: 1 addition & 1 deletion rundemo.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
source .env
est -f .env && source .env

VERSION=${VERSION:-3}
POETRY=${POETRY:-false}
Expand Down
2 changes: 1 addition & 1 deletion selfservice/management/commands/send-acl-reminders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.conf import settings
from django.core.management.base import BaseCommand
from mail import emailPlain
from makespaceleiden.mail import emailPlain

from acl.models import Entitlement

Expand Down

0 comments on commit faabf41

Please sign in to comment.