Switched off devel options.

This commit is contained in:
2018-01-24 18:01:13 +01:00
parent 60fb3e6519
commit 10c564be2f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
from django.utils.translation import ugettext_lazy as _
# E-Mails
ENABLE_EMAIL_NOTIFICATIONS = True
ENABLE_EMAIL_NOTIFICATIONS = False
EMAIL_SENDER = 'Jens Kleineheismann <kleineheismann@kit.edu>'
BASE_URL = 'http://localhost:8000'

View File

@@ -14,7 +14,7 @@ from .. import models
from .generic import ChainedForm
logger = logging.getLogger(__name__)
DEVELOPMENT_INIT_FORMS = True
DEVELOPMENT_INIT_FORMS = False
class EventCreateForm(ChainedForm):