From 729454efafeba76e96578a224b4cb048897cddd9 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Mon, 19 Jun 2017 14:33:37 -0300 Subject: [PATCH] =?UTF-8?q?Solu=C3=A7=C3=A3o=20tempor=C3=A1ria=20para=20pe?= =?UTF-8?q?rmitir=20integra=C3=A7=C3=A3o=20de=20SAPL=20e=20PM.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sapl/settings.py b/sapl/settings.py index 69665f60b..8b42ad228 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -181,6 +181,8 @@ DATABASES = { # https://docs.djangoproject.com/en/1.9/topics/auth/customizing/#substituting-a-custom-user-model AUTH_USER_MODEL = 'auth.User' +X_FRAME_OPTIONS = 'ALLOWALL' + EMAIL_HOST = config('EMAIL_HOST', default='localhost') EMAIL_PORT = config('EMAIL_PORT', cast=int, default=587) EMAIL_HOST_USER = config('EMAIL_HOST_USER', default='')