add mail module

This commit is contained in:
j3d1 2024-01-07 20:42:31 +01:00
parent 649fff80f8
commit e5cd901b76
3 changed files with 81 additions and 0 deletions

View file

@ -58,6 +58,7 @@ INSTALLED_APPS = [
'files',
'tickets',
'inventory',
'mail',
'notify_sessions',
]