1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Mails to be sent are added in a queue thanks to Django Mailer (todo: configure cron)

This commit is contained in:
Yohann D'ANELLO
2020-08-03 20:09:16 +02:00
parent 2a744a8610
commit ba067f050e
3 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,7 @@ INSTALLED_APPS = [
# 'theme',
# External apps
'mailer',
'polymorphic',
'crispy_forms',
'django_tables2',