This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-27 23:39:42 +01:00
parent ce4a744da6
commit f708864d14
2 changed files with 2 additions and 5 deletions

View file

@ -93,3 +93,4 @@ CHANNEL_LAYERS = {
ACCOUNTINGSYSTEM_EMAIL = "{{ django_accountingsystem_email }}"
ECONOMYTEAM_EMAIL = "{{ django_economyteam_email }}"
ECONOMYTEAM_NAME = "Economy"

View file

@ -1,9 +1,5 @@
import logging
from django.conf import settings
from utils.email import add_outgoing_email
import logging
logger = logging.getLogger("bornhack.%s" % __name__)