1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 11:48:50 +02:00

Use mailer to send mails

This commit is contained in:
Yohann D'ANELLO
2020-09-19 21:13:45 +02:00
parent f2b498c352
commit b7cb5aa776
4 changed files with 8 additions and 4 deletions

View File

@ -51,10 +51,11 @@ INSTALLED_APPS = [
'django.forms',
'bootstrap_datepicker_plus',
'django_extensions',
'polymorphic',
'crispy_forms',
'django_extensions',
'django_tables2',
'mailer',
'polymorphic',
'rest_framework',
'rest_framework.authtoken',