finished primitive email notifications.

This commit is contained in:
2018-01-23 15:29:59 +01:00
parent d16929f7f7
commit b1b573097d
9 changed files with 227 additions and 32 deletions

View File

@@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
from django.utils.translation import ugettext_lazy as _
# E-Mails
EMAIL_SENDER = 'Jens Kleineheismann <kleineheismann@kit.edu>'
BASE_URL = 'http://localhost:8000'
# Auth Config
MANAGE_ALL_GROUP = 'Tourenreferenten'
MANAGE_W_GROUP = 'Wanderreferenten'